mirror of
https://github.com/maxartz15/RayTracer.git
synced 2024-12-22 01:38:28 +01:00
A simple raytracer made in C++ to learn about math, datastructures and algorithms.
RayTracer | ||
.gitattributes | ||
.gitignore | ||
README.md |
RayTracer
A simple raytracer made in C++ to learn about math, datastructures and algorithms.
It uses sfml to display the output.