Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 522 Bytes

File metadata and controls

12 lines (9 loc) · 522 Bytes

Ray tracer based on Ray Tracing In a Weekend by Peter Shirley. More Info Here.

Linux

Run make from the project root directory to build the program. The executable is placed at bin directory with name app. Running it will produce an image in the same directory.

Windows

Requires Visual Studio. First, setup the environment using the vcvarsXX.bat file. The run build.bat to build the project.