A custom OpenGL Renderer written in C++ using Visual Studio 2019 while I go through chapters of LearnOpengl.com and learn C++.
An example render with a model I created in blender:
- Obj loading with Assimp
- Texture loading with stb_image
- Blinn-phong lighting with texturing