/game-rs

playing with rust

Primary LanguageRust

game-rs

Development

Requirements

Followed the guide here for setting up a Rust development environment.

  • libsdl2-dev

Usage

cargo run

OR

# to enable OpenGL error checks
cargo run --features "gl_debug"

References

I'm following along with the lessons here by Nerijus Arlauskas. Many thanks!