bevy_flurx
[!CAUTION]
bevy_flurxis currently in the early stages of development and is subject to breaking changes.
[!IMPORTANT] The version will be updated from beta to v0.3.3 in the near future if there seem to be no problems.
I believe there will be very few disruptive changes after v0.3.3.
This library provides a mechanism for more sequential description of delays, character movement, waiting for user input, and other state waits.
As an example, here is an example of a cut-in effect that involves waiting for user input, a slight delay, and a sprite to move.

The full source code can be found here.
Example
All examples are here.
ChangeLog
Please see here.
Compatible Bevy versions
| bevy_flurx | bevy |
|---|---|
| 0.3.0 | 0.13.0 |
| 0.3.1 | 0.13.1 |
| 0.3.2 ~ 0.3.3-beta.2 | 0.13.2 |
License
This crate is licensed under the MIT License or the Apache License 2.0.