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