Crates.io | bevy-animator |
lib.rs | bevy-animator |
version | 0.1.0 |
source | src |
created_at | 2024-07-23 04:49:33.748154 |
updated_at | 2024-07-23 04:49:33.748154 |
description | An animation library for Bevy that supports many animation formats and animation state machines. |
homepage | |
repository | https://github.com/MrVintage710/bevy-animator |
max_upload_size | |
id | 1312393 |
size | 179,104 |
** This Crate is still work in progress and isn't feature complete or stable. **
Bevy animator is an animation system desgined for the bevy game engine. It is designed to remove a large amount of boilerplate required for animation, and allows for state based animations.
The State or animation in bevy varried. Bevy has an implemnetation for GLTF animations files, but no support for 2D animation. There are many 3rd party animation libraries that are great, but it can be difficult to controll the animations as well as use them together. This crate was made as a one stop shop for animations, while also giving and easy to use api for updating the animation state.
.. More to come.
To contribute, you can open an issue along with a feature branch. When done with the feature, you can make a PR and one of the maintainers will edit and close the PR. Some things to look out for while making a feature: