Skip to content

A template for setting up OpenGL projects with CMake and git submodules

Notifications You must be signed in to change notification settings

anderslindho/moderngl-template-git-submodule

Repository files navigation

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.

About

A template for setting up OpenGL projects with CMake and git submodules

Topics

Resources

Stars

Watchers

Forks

Languages