Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 488 Bytes

RayTracer

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.