/BlazeRenderer

A simple 3D rendering engine I made watching youtube + tutorials.

Primary LanguageC++Apache License 2.0Apache-2.0

BlazeRenderer

A simple 3D rendering engine I made watching youtube + tutorials.

Libraries Used

  1. glfw (https://www.glfw.org/)
  2. glad (https://glad.dav1d.de/)
  3. stb_image (https://github.com/nothings/stb)
  4. glm (https://github.com/g-truc/glm)

Tutorials/Sources

  1. Learn OpenGL (https://learnopengl.com/)

Youtube

  1. The Cherno (https://www.youtube.com/playlist?list=PLlrATfBNZ98foTJPJ_Ev03o2oq3-GGOS2)
  2. javidx9 (https://www.youtube.com/watch?v=ih20l3pJoeU) - Go through this series and try to translate the code to OpenGL

TODO: Documentation of the classes in BlazeRenderer