grovesNL / glow

GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code
Apache License 2.0
1.17k stars 130 forks source link

Example: LearnOpenGL Using `glow` #286

Closed Latias94 closed 6 months ago

Latias94 commented 6 months ago

https://github.com/Latias94/learn_opengl_rs

I've been diving deep into the world of OpenGL, but with a Rusty twist, using the awesome glow crate along with winit and glutin. Basically, it is all about following the classic learnopengl.com tutorials. I believe this project may serve as a valuable example for others looking to use glow in their graphics or game development projects.