petrbroz / gill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gill

Yet another path tracer. See examples.

Dependencies

  • C++11
  • cmake
  • libyaml
  • Doxygen (optional, used for building docs)
  • ImageMagick (optional, used to embed text into images)

Building

mkdir build
cd build
cmake ..
make

Running

scripts/run-examples

About


Languages

Language:C++ 97.3%Language:CMake 2.3%Language:Shell 0.3%