ozz
open source c++ 3d skeletal animation engine

ozz-animation is an open source c++ 3d skeletal animation library. It provides runtime character animation functionalities (sampling, blending...), with the toolset to import major DCC formats (Collada, Fbx, glTF...). It proposes a low-level renderer and game-engine agnostic implementation, focusing on performance and memory constraints with a data-oriented design.


Samples

Try the samples to evaluate ozz-animation runtime features.

The sample below uses aim ik to procedurally orientate character head in a direction (at a target position), without using any animation data. This comes as a correction on (some) joint(s) rotation, on top of current animation.

Initializing WebGL