Corpuscle is a path tracer.
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.