11 lines
335 B
Markdown

# Ray tracing in one week-end
C implementation of the [*Ray tracing in one week-end*](https://raytracing.github.io/) series by Peter Shirley.
## Examples
![Ray tracing in one week-end book cover](examples/book-cover.png)
![Earth](examples/earth.png)
![Cornell box](examples/cornell.png)
![Complex scene](examples/complex-scene.png)