Skip to content

MattRoyle/raytracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing

Description

Raytracing project based off the Raytracing in One Weekend book series.

Building and Running

When in the project directory the project can be built with cmake.

$ cmake -B build

Must be run when changes to the CMakeLists.txt are made.

$ cmake --build build

Will build the project, under build/Debug

$ build/Debug/raytracing > outputs/image.ppm

Will run the program, outputting to outputs/image.ppm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published