Template project for C++ OpenGL applications. This project is built with CMake and uses git submodules. A GLAD-loader has been generated and downloaded separately, and GLM is included in the build although it is not used in the sample code.
The sample code (in main.cc
) is essentially the "hello triangle" example from learnopengl.com.
A makefile has been added for convenience - to see the direct commands please refer to this.
$ make
$ ./build/moderngl-template-git-submodule
Contributions are welcome.