/midgar-engine

A Rusty game framework inspired by libGDX

Primary LanguageRust

Midgar

A Rusty game framework inspired by libGDX.

Dependencies

  • Rust + Cargo
  • SDL2 dynamic library

Usage

To use Midgar in your game project, simply add this to your Cargo.toml:

[dependencies]
midgar = { git = "https://github.com/mystal/midgar-engine" }

Examples

Midgar includes some example applications. To run them, first install the dependencies and run:

cargo run --example <example_name>