karlfroldan / raytracer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 96.7%Language:CMake 2.9%Language:Shell 0.4%