Skip to content

faresbakhit/raytracer

Repository files navigation

Homemade Ray Tracer

Clock Circle Sphere

The ray tracer is written in C++23 with modules and no dependencies except for running tests, the μt unit testing framework is required (CMake will automatically install it).

Building

  • Install CMake 4.0.2
  • Set up vcpkg
  • Clone the repository and build the project
git clone http://github.com/faresbakhit/raytracer && cd raytracer
cmake --preset release
cmake --build --preset release

About

Homemade Ray Tracer

Resources

Stars

Watchers

Forks