This is a demo project for OpenGL-GLFW and GLAD. Tested on macOS 10.14+
- Make sure you have glfw3 installed, otherwise use
brew install glfw3
to install and usebrew list glfw3
for double-checking. - Compile this source code with
mkdir build
cd build
cmake ..
make
- Run the executables under build/src/lab*/lab*