Just an OpenGL playground. Built while following some of the stuff on Learn OpenGL and this YouTube series.
The project uses CMake, and I like to use Ninja to compile.
mkdir build && cd build && cmake -GNinja ..
ninja && ./main
Just an OpenGL playground. Built while following some of the stuff on Learn OpenGL and this YouTube series.
The project uses CMake, and I like to use Ninja to compile.
mkdir build && cd build && cmake -GNinja ..
ninja && ./main