From 0990f53ac640da62a0ff6d32e84d17b3c44cd49a Mon Sep 17 00:00:00 2001 From: Max Kruf Date: Sat, 16 Feb 2019 20:38:34 +0100 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..778fb56 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# RayTracer +A simple raytracer made in C++ to learn about math, datastructures and algorithms. + +It uses sfml to display the output.