16 lines
292 B
Markdown
16 lines
292 B
Markdown
# Ray Tracing in One Weekend
|
|
|
|

|
|
_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)
|