Skip to content

kejcao/pathtracer

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

No packages published