2022-03-12 12:12:39 +00:00
|
|
|
# Ray Tracing in One Weekend
|
|
|
|
|
|
2022-03-13 20:48:08 +00:00
|
|
|

|
|
|
|
|
_P.S. This took 2h+ for my poor laptop to render T-T_
|
|
|
|
|
|
2022-03-12 12:12:39 +00:00
|
|
|
## Quickstart
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
make
|
|
|
|
|
./main > image.ppm
|
|
|
|
|
sxiv image.ppm
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Resources
|
2022-03-13 20:48:08 +00:00
|
|
|
* [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)
|