Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 744 Bytes

moderngl-template-git-submodule

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.

Quickstart

A makefile has been added for convenience - to see the direct commands please refer to this.

$ make
$ ./build/moderngl-template-git-submodule

Contributing

Contributions are welcome.