AnimTestbed/3rdparty/ozz-animation
Martin Felis c7d2d195a3 Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
..
build-utils Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
extern Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
howtos Updated ozz-animation to version 0.14.1 @35b2efd4 2023-03-26 13:28:12 +02:00
include/ozz Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
samples Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
src Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
test Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
.clang-format Initial commit 2021-11-11 21:22:24 +01:00
.gitignore Initial commit 2021-11-11 21:22:24 +01:00
AUTHORS.md Updated ozz-animation to version 0.14.1. 2023-04-15 00:07:29 +02:00
CHANGES.md Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
CMakeLists.txt Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
CONTRIBUTING.md Initial commit 2021-11-11 21:22:24 +01:00
LICENSE.md Initial commit 2021-11-11 21:22:24 +01:00
README.md Updated ozz-animation to version 0.14.3 (commit 92c392b667844) 2024-03-17 12:47:11 +01:00
build-helper.py Initial commit 2021-11-11 21:22:24 +01:00
dashboard.html Initial commit 2021-11-11 21:22:24 +01:00
documentation.html Initial commit 2021-11-11 21:22:24 +01:00

README.md

logo

ozz-animation

open source c++ 3d skeletal animation library and toolset

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

Documentation and samples are available from ozz-animation website. Join Gitter for further discussions.

Supported platforms

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, on the C and the C++ standard libraries, 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.

Build status

Linux macOS Windows
master Linux macOS Windows
develop Linux macOS Windows

The dashboard for all branches is available here.

Contributing

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.

License

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