| Crates.io | bevy_prototype_schedule_states |
| lib.rs | bevy_prototype_schedule_states |
| version | 0.1.1 |
| created_at | 2022-03-18 05:08:15.218332+00 |
| updated_at | 2022-03-20 06:43:06.209803+00 |
| description | Bevy plugin for states as schedules |
| homepage | https://github.com/hymm/bevy_prototype_schedule_states |
| repository | https://github.com/hymm/bevy_prototype_schedule_states |
| max_upload_size | |
| id | 552534 |
| size | 101,443 |
This library is a experimental state abstraction for Bevy that is compatible with the built-in FixedTimestep. This library works by giving each state enter, update, and exit a Schedule and runs these schedules from inside an exclusive system.
See examples in repo.