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
cargo add benimator
Feature | Description |
---|---|
serde |
Implementations of Serialize and Deserialize |
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
- The Unlicense (UNLICENSE or https://opensource.org/licenses/Unlicense)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.