Basic CPU RayTracer.
This repo is a learning platform, it based on the Ray Tracing series by The Cherno.
To Test it:
git clone [email protected]:0-Sacha/RayTracer.git --recurse-submodules
Generate Visual Studio solution:
.\PremakeUtilities\VSProject.bat
Open the newly created Visual Studio solution, hit start, and it should work.