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

16 lines
292 B
Markdown

# Ray Tracing in One Weekend
![Final render](./image.png)
_P.S. This took 2h+ for my poor laptop to render T-T_
## Quickstart
```shell
make
./main > image.ppm
sxiv image.ppm
```
## Resources
* [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)