Skip to content

MayurDeshmukh10/PhotonPulse

Repository files navigation

PhotonPulse

PhotonPulse is a C++ physically based renderer built for the C.G. Rendering Competition 2023/2024.

Project website: https://mayurdeshmukh10.github.io/PhotonPulse/

Build

Use CMake to configure and build the project:

cmake -S . -B build
cmake --build build

Run

The renderer expects a scene file path:

./build/lightwave path/to/scene.xml

Notes

  • 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.

About

CPU based Ray Tracing Renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors