Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 462 Bytes

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>