/cpp2tracer

Raytracing In One Weekend, but in Herb Sutter's cpp2

Primary LanguageCMakeCreative Commons Zero v1.0 UniversalCC0-1.0

cpp2tracer

Raytracing In One Weekend, but in Herb Sutter's Cpp2 syntax.



This is a reasonably faithful reimplementation of the code from the Raytracing in One Weekend book using Herb Sutter's Cpp2 language syntax.

For the sake of simplicity it's all in one file and can be compiled to regular C++ syntax (Cpp1) using the cppfront compiler.