https://github.com/multirious/bevy_time_runner
General timing system for the Bevy game engine
https://github.com/multirious/bevy_time_runner
Last synced: about 1 year ago
JSON representation
General timing system for the Bevy game engine
- Host: GitHub
- URL: https://github.com/multirious/bevy_time_runner
- Owner: Multirious
- License: apache-2.0
- Created: 2024-04-25T06:11:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:45:18.000Z (over 1 year ago)
- Last Synced: 2025-01-31T21:34:57.407Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://crates.io/crates/bevy_time_runner)
[](https://github.com/Multirious/bevy_time_runner/blob/main/README.md#license)
[](https://docs.rs/bevy_time_runner)
# 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`](https://github.com/Multirious/bevy_tween).
## Bevy Version Support
|`bevy`|`bevy_time_runner`|
|------|------------------|
|0.15 |0.3 |
|0.14 |0.2 |
|0.13 |0.1 |
## Contributions
Contributions are welcome!
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.