Skip to content

MysteryCoder456/path_tracer_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published