/path_tracer_c

Path Tracer in C

Primary LanguageC

Path Tracer

Path tracing renderer written in C.

Usage

This project uses CMake. To build it on a Unix system, run the following commands:

mkdir build
cmake -B build
cmake --build build

This creates an executable in the build directory.