/quaddamage

Another C++ raytracer for the v4 FMI raytracing course

Primary LanguageC++GNU General Public License v2.0GPL-2.0

quaddamage

Another C++ raytracer for the v4 FMI raytracing course. The course site is http://raytracing-bg.net/

How to set it up on your machine

On Windows:

run scripts/download_sdk.py (requires Python 2.7, a prebuilt exe can be downloaded from here) to download and set up the SDKs and follow the instructions. This will install SDL and OpenEXR in a SDK/ subdirectory of the project, copy SDL.dll to this directory, and copy the project files from the versioned templates to a local, untracked copy.

On Linux and Mac OS X:

run scripts/downloda_sdk.py, and follow the instructions.