isidorostsa / RayTrayCpp2

A RayTracing Implementation written in C++2
GNU General Public License v3.0
4 stars 0 forks source link

RayTrayCpp2

RayTrayCpp2 is a Ray Tracing application written entirely using the experimental C++ alternative syntnax: Cpp2.

The goal of this personal project is to showcase and experiment with Cpp2. I am trying to make it as Cpp2-idiomatic as possible, though I think we are still discovering what that means.

Usage

To build this project you will need Modern CMake's cppfront Wrapper. You will need to provide the cppfront_DIR to CMake. I am currently using cppfront with the following flags:

Credits