A simple raytracer using C++11, created in collaboration in a thread on c-plusplus.net.
It is released under the MPL 2.0 license, please see the file called LICENSE.
For export to .bmp, TrippyColor's Lunch-Time-Tracer is needed in ../Lunch-Time-Tracer. You can clone that from upstream or my fork.
If you have SCons and GCC installed, you can compile this project with a simple
$ scons
for debug mode or
$ scons mode=release
for a release build.