aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f2c2496
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+Graytracer
+==========
+
+A simple, experimental raytracer that doesn't support colours.
+
+I made this in my spare time and will probably continue to add features. Or not. I don't know.
+
+It needs lodepng (as found on [lodev.org](http://lodev.org/lodepng/)).
+Just compile with `lodepng.cpp` and `lodepng.h` in the same folder as the source and pass both `graytrace.cpp` and `lodepng.cpp` as arguments to the compiler.
+
+_- Tom Smeding_