Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 231 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 231 Bytes

Rust OpenGL renderer

Yet another OpenGL renderer written in Rust.

Use cargo to run the project after cloning it.

cargo run

You can use the --release flag to increase performances :

cargo run --release