Note: This project is built and test on Visual Studio 2022.
Follow the steps to build the project.
- Clone the repository using the following command on the cmdline tool of your choice.
git clone https://github.com/zyoKo/CPU-Ray-Tracer.git -
To create project files execute the
script/generate-vs-files.bat. -
Build the project and run with command-line arguments
*.exe > filename.ppm. The filename extension should be.ppmas the format only support PPM Images as of now. -
The PPM Image should be created in
CPURayTracer/buildfolder. Use PPM Image viewer of your choice to view the image.
