This is the cumulative application created from the Cherno OpenGL tutorial series. The series is a great introduction to OpenGL and graphics programming in general. The series is available on YouTube and can be found here.
This application's build system is CMake. The application is built using the following commands:
mkdir build
cd build
cmake ..
make