Skip to content

kkostovk/quaddamage

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.3%
  • Python 2.8%
  • C 1.9%