Skip to content
/ opengl-template Public template

Cross platform OpenGL boilerplate written in C.

License

Notifications You must be signed in to change notification settings

SushiWaUmai/opengl-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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