Flexible game states
pyri_state is a bevy_state alternative offering flexible change detection & scheduling.
;
app.add_systems;
Read the documentation or check out the examples folder for more information.
Bevy version compatibility
bevy version |
pyri_state version |
|---|---|
| 0.14 | 0.2 |
| 0.13 | 0.1 |
License
This crate is available under either of MIT or Apache-2.0 at your choice.
Remaining tasks
- Unit tests
- How does flushing states once per frame interact with
FixedUpdate?