# Maybe another GL Another attempt to do something with OpenGL ## Dependencies * GLM * SPDLOG * GLFW3 * GLAD (built-in) ## Build ```bash $ mkdir build $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=true $ make ```