Platform and IDE Specific Information - RayTracing/raytracing.github.io GitHub Wiki

Windows + Visual Studio

  • Program output can be found in build/Debug/ and build/Release/
  • The current working directory is the build/ directory itself, so when running Visual Studio, output will go there, and input files (such as texture map image files) are expected to reside there.
  • To run from the command-line, see the build/Debug/ and build/Release/ directories for the built executables you can run.