/first_raytracer

My first ray tracer (following Peter Shirley's ray tracing books)

Primary LanguageCGNU General Public License v3.0GPL-3.0

Under Construction

This is my custom implementation of the ray tracer from the book "Ray Tracing in One Weekend".

Current features:

  • Live preview
  • Multi-threaded rendering using cpp-taskflow
  • Parallel SAH BVH
  • Integrators: Path Tracing with Next-Event-Estimation, MIS, PSS-MLT, PRT via Spherical Harmonics