1
0
Go to file
2022-03-12 14:12:39 +02:00
.gitignore feat: initial commit 2022-03-12 14:12:39 +02:00
color.h feat: initial commit 2022-03-12 14:12:39 +02:00
image.ppm feat: initial commit 2022-03-12 14:12:39 +02:00
main.cc feat: initial commit 2022-03-12 14:12:39 +02:00
makefile feat: initial commit 2022-03-12 14:12:39 +02:00
README.md feat: initial commit 2022-03-12 14:12:39 +02:00
vec3.h feat: initial commit 2022-03-12 14:12:39 +02:00

Ray Tracing in One Weekend

Quickstart

make
./main > image.ppm
sxiv image.ppm

Resources