-
Notifications
You must be signed in to change notification settings - Fork 0
Open source c++ skeletal animation library and toolset
License
sporbis/ozz-animation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ozz-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.
ozz-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.
Documentation and samples are available from ozz-animation website. Join Gitter for further discussions.
Ozz is tested on Linux, Mac OS and Windows, for x86, x86-64 and ARM architectures. The run-time code (ozz_base, ozz_animation, ozz_geometry) depends only on c++11, the standard CRT and has no OS specific code, portability to any other platform shouldn't be an issue.
Samples, tools and tests depend on external libraries (glfw, tinygltf, Fbx SDK, jsoncpp, gtest, ...), which could limit portability.
Linux | Mac OS | Windows | |
---|---|---|---|
master | |||
develop |
The dashboard for all branches is available here.
All contributions are welcome: code reviews, bug reports, bug fixes, samples, features, platforms, testing, documentation, optimizations...
Please read CONTRIBUTING file for more details about how to submit bugs or contribute to the code.
ozz-animation is hosted on github and distributed under the MIT License (MIT).
About
Open source c++ skeletal animation library and toolset
Resources
License
Stars
Watchers
Forks
Packages 0
Languages
- C++ 91.8%
- CMake 5.9%
- C 1.3%
- Other 1.0%