A Rusty game framework inspired by libGDX.
- Rust + Cargo
- SDL2 dynamic library
To use Midgar in your game project, simply add this to your Cargo.toml
:
[dependencies]
midgar = { git = "https://github.com/mystal/midgar-engine" }
Midgar includes some example applications. To run them, first install the dependencies and run:
cargo run --example <example_name>