a high-performance, cross-platform, modern, pure-rust game engine
This is a Rust library, available through crates.io. To install as in your
project you simply need to add it to your Cargo.toml as a dependency:
toml
[dependencies]
timberwolf = "0.4.0"
As of now, there is only a single demo app, which shows the game loop timing and
logging subsystems.
bash
cd demo
cargo run