About

A skeleton project that uses a simplifying wrapper around open GL to draw shapes to the screen.

Your project goes in main.cpp, which includes a render loop and example usages of rendering functions.

Based loosely on Learn OpenGL

Setup

Mac

brew install glfw

All platforms

make run