Skip to content
Porting the Circular Dodge Game to Rust with Glium
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.
src
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
rusty_dodge.png

README.md

Rusty_Dodge

Porting the Circular Dodge Game to Rust with Glium. This project is primarily to help me learn how to code in Rust and OpenGL.

To play the game in polar mode: Cargo run --bin polar

For tunnel mode: Cargo run --bin tunnel

##Controls Up/Down/Left/Right - Movement

Escape - Exit

Return/Enter - Reset

##Important Note for Windows Users

If you are getting gcc(or cc) linking errors of the form -lfreetype not found or -lbzip not found etc. then this means that the installation of rust is missing libraries it needs for the crate glium_text to work. To fix these issues I recommend downloading Cygwin (make sure to choose 32bit or 64bit correctly) and obtain the libraries from the package manager. After downloading the libraries, put them into your C:{Rust_Dir}\bin\rustlib{Windows_Ver}\lib folder.

Thanks

Dylan Ede - For countless help and advice with coding in Rust/OpenGL

All the people at RCVGS

The Rust team / Tomaka

You can’t perform that action at this time.