/oglskeleton

OpenGL application skeleton

Primary LanguageC++

Clone repository:

git clone https://github.com/konradsz/oglskeleton.git

Create project and build:

mkdir build
cmake ..
make