This repository is to record the exercises completed from the LearnOpenGL book.
Currently set up for building through the command line.
From the root directory do the following:
mkdir build
cd build
cmake ..
cmake --build .
The resulting binaries will be outputted in LearnOpenGL/bin