from ray tracing in one weekend
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
from ray tracing in one weekend
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