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
brew install glfw
make run