A sprite animation library for rust game development.
Initially designed for bevy, it is now engine agnostic.
See example with bevy.
Add the dependency to your project
sh
cargo add benimator
| Feature | Description |
|---------|----------------------------------------------------|
| serde
| Implementation of serde traits for deserialization |
Feature flags not mentioned here are NOT part of the public API and are subject to breaking changes.
The minimum supported rust version is currently: 1.62
It may be increased to a newer stable version in a minor release. (but only if needed)
It will be increased to the latest stable version in a major release. (even if not needed)
Licensed under either of
at your option.