My implementation of Raytracing over a weekend book.
- Open the cloned project in VS code.
- Build the project by running the build task. (Press F1 -> Search for "Run Tasks" -> run 'build' task)
- In VS code terminal, change directory to build:
cd build
- Run the following command to output image file:
./raytracer_001.exe > ../assets/image.ppm
- Open the PPM image file. (VSCode extension for PPM)