Crates.io | bevy_prototype_schedule_states |
lib.rs | bevy_prototype_schedule_states |
version | 0.1.1 |
source | src |
created_at | 2022-03-18 05:08:15.218332 |
updated_at | 2022-03-20 06:43:06.209803 |
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.