Raytracing over a Weekend

My implementation of Raytracing over a weekend book.

Usage

  1. Open the cloned project in VS code.
  2. Build the project by running the build task. (Press F1 -> Search for "Run Tasks" -> run 'build' task)
  3. In VS code terminal, change directory to build:
    cd build
    
  4. Run the following command to output image file:
    ./raytracer_001.exe > ../assets/image.ppm
    
  5. Open the PPM image file. (VSCode extension for PPM)