aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-04-29 18:03:21 +0100
committerYann Herklotz <git@yannherklotz.com>2020-04-29 18:03:21 +0100
commit538cd2ead781931b89a2bb6c72cf26108f5b741f (patch)
treec8a39b6362ed59c0fb4ae1888c4123bdcaba177f
parent9f4cdae92c8df0a7990fdb77d9ff161b2eebf467 (diff)
downloadleela-538cd2ead781931b89a2bb6c72cf26108f5b741f.tar.gz
leela-538cd2ead781931b89a2bb6c72cf26108f5b741f.zip
Add a README.md
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1d7c044
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Leela
+
+Leela is a tiny rust ray tracer based on [Ray Tracing in One Weekend](https://raytracing.github.io/).
+
+It currently supports spheres with various materials and a simple static camera.