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