Skip to content

A fork of the quaddamage raytracer (https://github.com/anrieff/quaddamage/) serving as base for my course project for the v4 FMI raytracing course

License

Notifications You must be signed in to change notification settings

nbozhinov/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

A fork of the quaddamage raytracer (https://github.com/anrieff/quaddamage/) serving as base for my course project for the v4 FMI raytracing course

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.2%
  • Python 2.9%
  • C 1.9%