Skip to content

mystal/midgar-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A Rusty game framework inspired by libGDX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published