OpenGL Template Cross platform OpenGL boilerplate written in C. Getting Started Clone the project: git clone https://github.com/SushiWaUmai/opengl-template.git --recursive Generate the build system using cmake: mkdir build && cd build cmake ..