1
0
raytracing-in-a-weekend-oop/README.md

13 lines
213 B
Markdown

# Ray Tracing in One Weekend
## Quickstart
```shell
make
./main > image.ppm
sxiv image.ppm
```
## Resources
* ["Ray Tracing in One Weekend" book](https://raytracing.github.io/books/RayTracingInOneWeekend.html)