Crates.io | time-tick |
lib.rs | time-tick |
version | 0.0.1 |
source | src |
created_at | 2024-10-14 12:58:05.766607 |
updated_at | 2024-10-14 12:58:05.766607 |
description | Time Ticker |
homepage | |
repository | https://github.com/piot/time-tick |
max_upload_size | |
id | 1408279 |
size | 9,381 |
time-tick
is a Rust crate designed to manage and calculate time intervals for game loops.
It provides a simple and efficient interface to track elapsed time and determine how many ticks should be processed in a single update cycle.
Perfect for games and simulations that require consistent timing for updates! 🎮
To use time-tick
, add it as a dependency in your Cargo.toml
:
[dependencies]
time-tick = "0.0.1"