Skip to content

om101deore/phong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phong Model

implementation of phong model using opengl, c++ and glsl

Video

Youtube

Dependencies

  1. glad (opengl implementation)
  2. glfw (window and input handeling)
  3. glm (math library)
  4. stb (image loader)

Execute

use cmake

after cloning

$ cd phong
$ mkdir bin
$ cd bin
$ cmake ../src

this will generate makefiles

to build and run

$ make
$ ./run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages