bevy_time_runner

Crates.iobevy_time_runner
lib.rsbevy_time_runner
version0.2.0
sourcesrc
created_at2024-06-08 12:02:40.055237
updated_at2024-07-05 06:48:08.660123
descriptionGeneral timing system for the Bevy game engine
homepagehttps://github.com/Multirious/bevy_time_runner
repositoryhttps://github.com/Multirious/bevy_time_runner
max_upload_size
id1265695
size63,027
Multirious (Multirious)

documentation

README

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.

Commit count: 44

cargo fmt