/raytracer

A raytracer from the book "The Raytracer Challenge" implemented in C.

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Raytracer in C

Some important shell files include

  1. make - run cmake and build the programs and test suite using ninja.
  2. runtests - run all tests. Note that this project does not make use of ctest so all test filenames must conform to *_test.

Dependencies:

  1. cmake 2.23
  2. ninja.
  3. POSIX compliant C compiler (I'm using clang).