Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 378 Bytes

C++ Compile Time Ray-tracing Render Example

Compile Time Ray Tracing using C++, especially using C++ 17 'std::array' and 'constexpr' to let the computation finished in compile time.

The compiling is very simple, just run 'make' and all things will be done.

Current not support multi-piece compiling and combining.

This can be used as a generator for your projects' icon.