Skip to content

kejcao/pathtracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathtracer

I wrote a pathtracer to mostly practice my C++ skills. Definitely not complete, very slow, barely works.

Installation

To use,

$ mkdir build && cd build
$ CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release -GNinja ..
$ ninja
$ cd .. && build/raytracer

Resources

A list of resources I have found useful. For future me.

About

Just another C++ pathtracer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors