Skip to content
A Rusty game framework inspired by libGDX
Rust GLSL
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets
examples
src
.gitignore
Cargo.toml
README.md

README.md

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>

You can’t perform that action at this time.