Skip to content

Zhytou/tinyrenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Renderer

Render Example:

teapot

gun

firehydrant

Build & Run:

# build and compile
mkdir build
cd build
cmake -S .. -B .
make all

# run
./main

Main Features:

  • .obj loading.
  • physically based rendering.
  • basic altas shadow mapping.
  • skybox rendering.
  • image based lighting.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors