mirror of
https://github.com/maxartz15/RayTracer.git
synced 2024-11-24 04:05:34 +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.