1
0
mirror of https://github.com/maxartz15/RayTracer.git synced 2024-09-16 19:15:48 +02:00

Create README.md

This commit is contained in:
max 2019-02-16 20:38:34 +01:00 committed by GitHub
parent 9349e40433
commit 0990f53ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
README.md Normal file
View File

@ -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.