PhotonPulse is a C++ physically based renderer built for the C.G. Rendering Competition 2023/2024.
Project website: https://mayurdeshmukh10.github.io/PhotonPulse/
Use CMake to configure and build the project:
cmake -S . -B build
cmake --build buildThe renderer expects a scene file path:
./build/lightwave path/to/scene.xml- The website folder contains the competition presentation page.
- The codebase includes cameras, BSDFs, samplers, lights, integrators, and post-processing features such as denoising and bloom.