Skip to content

sanshz/rayTracer

Repository files navigation

Fast Image Ray Tracer (C++23)

Following Ray Tracing book series by Peter Shirley

  • Book One 'Ray Tracing in One Weekend' done
  • Book Two 'Ray Tracing The Next Week` done

Render

At 900x900 resolution and 1024 samples per pixel it took ~7 hours (25214.4 seconds)

Render

Building

Tools:

  • VS Code
  • MinGW64
  • CMake

To render:

in cmd

main.exe > render.ppm

in powershell

.\main.exe > render.ppm

About

An image ray tracer, following Peter Shirley's guide

Topics

Resources

Stars

Watchers

Forks