OpenGLFrameWork

This is a framework for using OpenGL on MacOS with CMake

git clone https://github.com/Haotian-Yang/OpenGLFrameWork.git
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make -j8