2023-11-01 11:44:37 +00:00
|
|
|
|
2023-11-13 15:16:31 +00:00
|
|
|
# Animation example/demo
|
2023-11-01 11:44:37 +00:00
|
|
|
|
|
|
|
Example on how to control animations & how to use the provided helpers
|
|
|
|
Two animated blueprints are provided: Bevy's Fox, and a Robot I created.
|
|
|
|
|
|
|
|
There is almost no boilerplate, other than setting up ```Bevy_gltf_blueprints```
|
|
|
|
|
|
|
|
If you want to jump straight to controlling the imported animations, jump to :
|
2023-11-13 13:36:42 +00:00
|
|
|
[]('./src/game/in_game.rs#86')
|
2023-11-01 11:44:37 +00:00
|
|
|
|
|
|
|
## Running this example
|
|
|
|
|
|
|
|
```
|
2023-11-13 13:36:42 +00:00
|
|
|
cargo run --features bevy/dynamic_linking
|
2023-11-01 11:44:37 +00:00
|
|
|
```
|