https://github.com/mysterycoder456/learn_opengl
My OpenGL Journey using Rust
https://github.com/mysterycoder456/learn_opengl
glfw glsl gpu gpu-programming graphics graphics-programming opengl rust
Last synced: 3 months ago
JSON representation
My OpenGL Journey using Rust
- Host: GitHub
- URL: https://github.com/mysterycoder456/learn_opengl
- Owner: MysteryCoder456
- Created: 2023-12-24T08:59:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T13:05:06.000Z (about 1 year ago)
- Last Synced: 2025-02-08T03:44:55.816Z (5 months ago)
- Topics: glfw, glsl, gpu, gpu-programming, graphics, graphics-programming, opengl, rust
- Language: Rust
- Homepage:
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn OpenGL
This repository is dedicated to tracking my journey of learning OpenGL via
[learnopengl.com](https://learnopengl.com/).## Code Organization
The code is organized based on the sections/chapters in the book. Each file
in `src/bin` named `section_X.rs` represents how the file looks at the end of
each chapter. There are also files named `section_X_exercise_Y.rs`, which are
my solutions to the provided chapter exercises. Aside from that, I've also
named my commits after the chapters in the book.