13 lines
213 B
Markdown
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)
|