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 runThis 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 threadThis will run the project with rendering on a separate thread.