A simple 3D rendering engine I made watching youtube + tutorials.
- glfw (https://www.glfw.org/)
- glad (https://glad.dav1d.de/)
- stb_image (/~https://github.com/nothings/stb)
- glm (/~https://github.com/g-truc/glm)
- Learn OpenGL (https://learnopengl.com/)
- The Cherno (https://www.youtube.com/playlist?list=PLlrATfBNZ98foTJPJ_Ev03o2oq3-GGOS2)
- javidx9 (https://www.youtube.com/watch?v=ih20l3pJoeU) - Go through this series and try to translate the code to OpenGL