implementation of phong model using opengl, c++ and glsl
- glad (opengl implementation)
- glfw (window and input handeling)
- glm (math library)
- stb (image loader)
use cmake
after cloning
$ cd phong
$ mkdir bin
$ cd bin
$ cmake ../src
this will generate makefiles
to build and run
$ make
$ ./run