Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 279 Bytes

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 ..