/pine-old

a physically based renderer

Primary LanguageC++

pine is a physically based renderer.
Feel free to play around, open issues, or help with one of the TODOs.

Build with CMake:

cmake -B build
cmake --build build

Example Usage:

After rendering is finished, you should be able to find the result in scenes/results/

build/pine scenes/spheres.txt

build/pine scenes/cloud.txt

TODO