1
0
Go to file
2022-03-12 15:25:05 +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
hittable_list.h feat: add generic hittable class 2022-03-12 15:25:05 +02:00
hittable.h feat: add generic hittable class 2022-03-12 15:25:05 +02:00
image.ppm feat: add generic hittable class 2022-03-12 15:25:05 +02:00
main.cc feat: add generic hittable class 2022-03-12 15:25:05 +02:00
makefile feat: initial commit 2022-03-12 14:12:39 +02:00
ray.h feat: add sphere 2022-03-12 14:50:01 +02:00
README.md feat: initial commit 2022-03-12 14:12:39 +02:00
rtweekend.h feat: add generic hittable class 2022-03-12 15:25:05 +02:00
sphere.h feat: add generic hittable class 2022-03-12 15:25:05 +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