← Back to projects

RayTracing PathTracer

A compact C++ path tracing project for experimenting with rendering fundamentals.

C++Computer GraphicsRay Tracing

Overview

A compact C++ path tracing project focused on rendering fundamentals.

Scope

The project explores the basic building blocks of a path tracer:

  • ray generation
  • ray-object intersections
  • material behavior
  • sampling
  • image output

Next improvements

  • Add rendered example images
  • Document the rendering pipeline
  • Add a short explanation of camera, material, and sampling behavior