konradsz / oglapp

common OpenGL classes extracted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone repository and submodules:

git clone https://github.com/konradsz/oglapp.git --recursive

or

git clone https://github.com/konradsz/oglapp.git
git submodule update --init --recursive

Create project and build:

mkdir build
cmake ..
make

About

common OpenGL classes extracted


Languages

Language:C++ 85.1%Language:GLSL 12.5%Language:CMake 2.4%