/geel

OpenGL playground

Primary LanguageC++

Background

Just an OpenGL playground. Built while following some of the stuff on Learn OpenGL and this YouTube series.

Building

The project uses CMake, and I like to use Ninja to compile.

mkdir build && cd build && cmake -GNinja ..
ninja && ./main