Skip to content

zant/rti1w

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rti1w

from ray tracing in one weekend

compile

the code uses some c++17 features. this command compiles and dumps stdout into an image

clang++ -std=c++17 -stdlib=libc++ main.cpp && ./a.out > image.ppm

Releases

No releases published

Packages

No packages published

Languages