1
0
mirror of https://github.com/maxartz15/RayTracer.git synced 2024-09-19 13:05:34 +02:00
RayTracer/README.md

5 lines
132 B
Markdown
Raw Normal View History

2019-02-16 20:38:34 +01:00
# RayTracer
A simple raytracer made in C++ to learn about math, datastructures and algorithms.
It uses sfml to display the output.