cpp-niel / cpp2tracer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:CMake 100.0%