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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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