Skip to content

forkrp/ozz-animation

 
 

Repository files navigation

logo

ozz-animation is an open source c++ 3d skeletal animation engine. It 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 (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 is available online.


Contributions are welcome: code review, bug fix, feature implementation...

ozz branching strategy follows gitflow model. When submitting patches, please:

  • Make pull requests to develop branch for features, to release branch for hotfixes.
  • Do not include merge commits in pull requests; include only commits with the new relevant code.
  • Add all relevant unit tests.
  • Run all the tests and make sure they pass.

ozz-animation is hosted on github and distributed under the MIT License (MIT).

About

Open source c++ skeletal animation engine and tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.6%
  • CMake 4.3%
  • Python 1.1%