{"id":13523938,"url":"https://github.com/excessive/anim9","last_synced_at":"2025-05-13T20:30:34.751Z","repository":{"id":149595601,"uuid":"41474044","full_name":"excessive/anim9","owner":"excessive","description":"Animation library for LÖVE3D","archived":false,"fork":false,"pushed_at":"2020-05-07T19:47:28.000Z","size":14,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T07:11:16.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/excessive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-08-27T08:10:13.000Z","updated_at":"2023-06-24T14:10:38.000Z","dependencies_parsed_at":"2024-01-03T04:02:34.632Z","dependency_job_id":null,"html_url":"https://github.com/excessive/anim9","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessive%2Fanim9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessive%2Fanim9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessive%2Fanim9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excessive%2Fanim9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excessive","download_url":"https://codeload.github.com/excessive/anim9/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020902,"owners_count":22000805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T06:01:05.307Z","updated_at":"2025-05-13T20:30:34.503Z","avatar_url":"https://github.com/excessive.png","language":"Lua","funding_links":[],"categories":["3D"],"sub_categories":[],"readme":"# anim9\n\nIntended for use with [LÖVE3D](https://github.com/excessive/love3d)\n\n## Usage:\n```lua\n-- Using IQM...\nlocal anim9 = require \"anim9\"\nlocal iqm   = require \"iqm\"\n\nlocal file  = \"foo.iqm\"\nlocal model = iqm.load(file)\nlocal anims = iqm.load_anims(file)\nmodel.anim  = anim9(anims)\n\n-- ...or using IQE\nlocal anim9 = require \"anim9\"\nlocal iqe   = require \"iqe\"\n\nlocal model = iqe.load(\"bar.iqe\")\nlocal anims = model.anims\nmodel.anim  = anim9(anims)\n\n-- play an animation normally\nlocal anim1 = model.anim:add_track(\"AnimationName\")\nanim1.playing = true\n\n-- prevent transition() from affecting this track\nanim1.lock = true\n\n-- play a second animation on top, mixed in 50% at double speed.\nlocal anim2 = model.anim:add_track(\"AnimationName2\", 0.5, 2.0)\nanim2.playing = true\n\n-- transition unlocked layers to a new anim over 0.2s\nlocal anim3 = model.anim:add_track(\"AnimationName3\")\nmodel.anim:transition(anim3, 0.2)\n\n-- disable the second track (useful for debugging)\nanim2.active = false\n\nmodel.anim:update(dt)\n\n-- get the matrix for a given bone...\nmodel.anim.current_matrices[\"bone_name\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcessive%2Fanim9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcessive%2Fanim9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcessive%2Fanim9/lists"}