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.
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 withwinit
andglutin
. 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 useglow
in their graphics or game development projects.