anrieff / quaddamage

Another C++ raytracer for the v4 FMI raytracing course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Another C++ raytracer for the v4 FMI raytracing course

License:GNU General Public License v2.0


Languages

Language:C++ 95.1%Language:Python 3.0%Language:C 2.0%