1
0
mirror of https://github.com/maxartz15/RayTracer.git synced 2024-09-07 22:08:02 +02:00
A simple raytracer made in C++ to learn about math, datastructures and algorithms.
Go to file
2019-02-16 20:38:34 +01:00
RayTracer Perforce to Github 2019-02-16 20:25:05 +01:00
.gitattributes Initial commit 2019-02-16 20:14:44 +01:00
.gitignore Update .gitignore 2019-02-16 20:21:41 +01:00
README.md Create README.md 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.