This is a simple OpenGL Rust project.
To get started enter the project directory:
cd gloom-rs
- Rust
- Cargo
You can run the project using the following command:
cargo run
This will compile and run the project.
If you want to run the project with rendering on a separate thread, use the following command:
cargo run --bin thread
This will run the project with rendering on a separate thread.