{"id":13414469,"url":"https://github.com/guillaumeblanc/ozz-animation","last_synced_at":"2025-05-14T09:06:24.698Z","repository":{"id":37756195,"uuid":"41325282","full_name":"guillaumeblanc/ozz-animation","owner":"guillaumeblanc","description":"Open source c++ skeletal animation library and toolset","archived":false,"fork":false,"pushed_at":"2025-05-12T11:28:45.000Z","size":118418,"stargazers_count":2570,"open_issues_count":23,"forks_count":316,"subscribers_count":100,"default_branch":"master","last_synced_at":"2025-05-14T09:04:50.843Z","etag":null,"topics":["animation","collada","data-oriented","fbx","game","mit-license","simd","soa","sse"],"latest_commit_sha":null,"homepage":"http://guillaumeblanc.github.io/ozz-animation/","language":"C++","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/guillaumeblanc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"guillaumeblanc"}},"created_at":"2015-08-24T20:24:55.000Z","updated_at":"2025-05-10T16:32:34.000Z","dependencies_parsed_at":"2022-07-16T05:30:50.190Z","dependency_job_id":"58c9cee3-b36e-4c4d-aa4a-6aca2fc4779e","html_url":"https://github.com/guillaumeblanc/ozz-animation","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumeblanc%2Fozz-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumeblanc%2Fozz-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumeblanc%2Fozz-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumeblanc%2Fozz-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guillaumeblanc","download_url":"https://codeload.github.com/guillaumeblanc/ozz-animation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110374,"owners_count":22016391,"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":["animation","collada","data-oriented","fbx","game","mit-license","simd","soa","sse"],"created_at":"2024-07-30T21:00:22.166Z","updated_at":"2025-05-14T09:06:24.677Z","avatar_url":"https://github.com/guillaumeblanc.png","language":"C++","funding_links":["https://github.com/sponsors/guillaumeblanc"],"categories":["Resources","TODO scan for Android support in followings","C++","Libraries","人像_姿势_3D人脸","Graphics"],"sub_categories":["Game","C++","资源传输下载"],"readme":"[![logo](media/icon/ozz-grey-256.png)](http://guillaumeblanc.github.io/ozz-animation/)\n\nozz-animation\n=============\n\nopen source c++ 3d skeletal animation library and toolset\n---------------------------------------------------------\n\nozz-animation provides runtime character animation playback functionalities (loading, sampling, blending...). It proposes a low-level renderer agnostic and game-engine agnostic implementation, focusing on performance and memory constraints with a data-oriented design.\n\nozz-animation comes with the toolchain to convert from major Digital Content Creation formats (gltf, Fbx, Collada, Obj, 3ds, dxf) to ozz optimized runtime structures. Offline libraries are also provided to implement the conversion from any other animation and skeleton format.\n\nFollow [this link](https://github.com/guillaumeblanc/ozz-animation/issues/175) for a list of projects using ozz-animation.\n\nDocumentation\n-------------\n\nDocumentation and samples are available from [ozz-animation website](http://guillaumeblanc.github.io/ozz-animation/).\n\nSupported platforms\n-------------------\n\nozz-animation is tested on WebAssembly, Linux, macOS and Windows, for x86, x86-64 and ARM architectures. The run-time code (ozz_base, ozz_animation, ozz_geometry) depends only on c++17, on the C and the C++ standard libraries, and has no OS specific code. Portability to any other platform shouldn't be an issue.\n\nSamples, tools and tests depend on external libraries (glfw, tinygltf, Fbx SDK, jsoncpp, gtest, ...), which aren't need to ship with ozz-animation runtime.\n\nBuild status\n------------\n\n|         | Linux  | macOS | Windows | WebAssembly |\n| ------- | ------ | ------ | ------- | ------- |\n| master  | [![Linux](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/linux.yml) | [![macOS](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/macos.yml) | [![Windows](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/windows.yml) | [![WASM](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/wasm.yml/badge.svg?branch=master)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/wasm.yml) |\n| develop | [![Linux](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/linux.yml/badge.svg?branch=develop)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/linux.yml) | [![macOS](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/macos.yml/badge.svg?branch=develop)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/macos.yml) | [![Windows](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/windows.yml/badge.svg?branch=develop)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/windows.yml) | [![WASM](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/wasm.yml/badge.svg?branch=develop)](https://github.com/guillaumeblanc/ozz-animation/actions/workflows/wasm.yml) |\n\nThe dashboard for all branches is available [here](http://guillaumeblanc.github.io/ozz-animation/documentation/dashboard/).\n\nContributing\n------------\n\nAll contributions are welcome: code reviews, bug reports, bug fixes, samples, features, platforms, testing, documentation, optimizations...\n\nPlease read [CONTRIBUTING](CONTRIBUTING.md) file for more details about how to submit bugs or contribute to the code.\n\nLicense\n-------\n\nozz-animation is hosted on [github](http://github.com/guillaumeblanc/ozz-animation/) and distributed under the **MIT License** (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumeblanc%2Fozz-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumeblanc%2Fozz-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumeblanc%2Fozz-animation/lists"}