#bevy #time #timer #game-engine

bevy_time_runner

General timing system for the Bevy game engine

2 unstable releases

0.2.0 Jul 5, 2024
0.1.4 Jun 8, 2024

#543 in Game dev

Download history 18/week @ 2024-06-28 181/week @ 2024-07-05 9/week @ 2024-07-12 9/week @ 2024-07-19 11/week @ 2024-07-26 11/week @ 2024-08-02 8/week @ 2024-08-09 9/week @ 2024-08-16 12/week @ 2024-08-23 27/week @ 2024-08-30 26/week @ 2024-09-06 28/week @ 2024-09-13 46/week @ 2024-09-20 43/week @ 2024-09-27 22/week @ 2024-10-04 11/week @ 2024-10-11

123 downloads per month
Used in bevy_tween

MIT/Apache

50KB
1K SLoC

Crates.io Version Crates.io License Docs.rs

bevy_time_runner

General timing system for the Bevy game engine. This crate allows you to create systems that can be ordered by time.

Possible usages:

  • Animation
  • Game actions
  • Rhythm games
  • Piano roll in a DAW
  • Timeline in a video editor
  • Anything elses that use time

This crate is a core part of bevy_tween.

Bevy Version Support

bevy bevy_time_runner
0.14 0.2
0.13 0.1

Contributions

Contributions are welcome!

License

Licensed under either of

at your option.

Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~12MB
~202K SLoC