aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c356973c7dc7c474ef7a72fd7945318a0b925ec6 (plain)
1
2
3
4
5
6
7
# Leela

Leela is a tiny rust ray tracer based on [Ray Tracing in One Weekend](https://raytracing.github.io/) by Peter Shirley.

It currently supports spheres with various materials and a simple static camera.

![Lambertian sphere](/docs/lambertian.jpg)