A framework for making games with rust

This framework is made out of three parts:

See the example folder (run with cargo run --example (name-of-example.rs).

Features

Setup

  1. Clone this repository
  2. Install Rust if you haven't already
  3. Install SDL2, SDL2image, SDL2mixer, SDL2_ttf
  4. go to the root directory of this project and run $ cargo run --example main

Installing SDL2 on debian-based systems

Run the following command $ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Installing SDL2 on other systems

Follow the instructions for your system given in the repo for rust-sdl2, but remember you also need to get sdl2mixer, sdl2ttf and sdl2_image libraries.

Dependancies

Projects using this framework

TODO