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.