Skip to content

kidrigger/tracer-cpp

Repository files navigation

Tracer++

A C++ ray tracer to be used as a test bench for ray-tracing experiments before implementing in TracerGL.

Most Recent Render

It outputs renders directly to a .png file.

Build

Requires SCons

To Build,

$ scons

To Run

$ ./tracer.out [-r <WIDTH> <HEIGHT>] [-s NUM_SAMPLES] [-d DEPTH]

About

Raytracer, in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published