OpenGL 3D Renderer A modern 3D graphics rendering engine built in C++ using OpenGL, GLAD, and GLFW, developed while following Victor Gordan’s “OpenGL Tutorial for ...
This part of the tutorial is very library specific, so I won't focus on it too much. Basically, we have to open a window, and we also need a GL context to go with that window. The details for this ...