An almost pure c++ raytracer programm
- Catch2 based tests with CMake integration and github CI
- Templated geometry namespace featuring:
- c++20 requires and concepts
- Wavefront .obj file parser for scene construction
- Debug mode:
- Phong reflection model
- Recursive reflections, refractions
- Stained glass
- Skybox cubemap support