Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 526 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 526 Bytes

Visual Computing Fundamentals

Gloom-rs

This is a simple OpenGL Rust project.

To get started enter the project directory:

cd gloom-rs

Requirements

  • Rust
  • Cargo

Running the Project

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.