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