This project serves as a learning playground for understanding OpenGL through a tutorial.
I am currently following the tutorial available here. This tutorial provides step-by-step guidance on OpenGL concepts and programming techniques. The goal of this project is to implement and experiment with the concepts covered in the tutorial.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Lokiheere/rust_graphic.git
-
Navigate to the project directory:
cd rust_graphic -
Run the project using cargo:
cargo run
This will build and execute the project. Ensure you have Rust and Cargo installed on your system.
This project is licensed under the MIT License.