- Install GLFW and Assimp with homebrew.
- Build the project with CMake and run the "opengl" executable.
- (Optional) Place GLAD files with your machine's compatible OpenGL version from http://glad.dav1d.de/ in /dependencies folder. (The GLAD files in the dependencies folder currently is with OpenGL 4.1)
- Run:
sudo apt-get update
sudo apt-get install libglfw3-dev libassimp-dev libgl1-mesa-dev libx11-dev libpthread-stubs0-dev libxrandr-dev libxi-dev
- Build the project with CMake and run the "opengl" executable.