Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 743 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 743 Bytes

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.