Minimal OpenGL C++ starter for LearnOpenGL-based desktop projects.
OpenGL-Starter provides a minimal C++ template and CMake setup to build the LearnOpenGL 'Hello World' example, including window/context creation and a simple render loop. It is suited for desktop OpenGL experiments, tutorials, and early-stage graphics engine prototyping.
0