Minimal OpenGL starter using modern CMake and CPM
A minimal OpenGL starter that provides a small project scaffold, modern CMake build configuration, and CPM-based dependency management. It includes windowing, shader support, and basic math utilities for graphics development using C++ and GLSL. Suited for learning OpenGL, prototyping rendering features, and bootstrapping small graphics projects.
0