A Uni-directional Ray-Tracer with Path Tracing and Monte-Carlo method.
- Clone project
$ git clone https://codeberg.org/alifara/partou.git $ git lfs pull
- Build project
$ cd partou $ mkdir build $ cmake -DCMAKE_BUILD_TYPE=Release -B build -S . $ cmake --build build -t all
- Run project
$ cd build $ ./partou output.ppm $ open output.ppm # or use a ppm viewer