wicstas / pine-old

a physically based renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a physically based renderer


Languages

Language:C++ 99.8%Language:CMake 0.2%