Iteem / Corpuscle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corpuscle

Corpuscle is a path tracer.

Example Image

Building

Corpuscle is build using CMake. Dependencies that must be installed are zlib, boost and SFML, the other dependencies (imgui and glm) are already included within the repository.

Rendering

Scenes can be loaded from a JSON file, see data/scene.json for an example. The current state can be saved to an image file by pressing F2.

License

Corpuscle is distributed under the zlib/libpng license. See the LICENSE file for more details.

About

License:zlib License


Languages

Language:C++ 93.0%Language:C 6.5%Language:CMake 0.5%