RayTracer in C++20 Following Ray Tracing in One Weekend Book 1 Here an example scene created after book 1. I added some parallism using OpenMP. TODO: [] Make a scene render class. A simple rotation for generation of gifs suffices [] Add a rectangle class