Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 515 Bytes

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!