Raytracing This is a simple raytracing project that I made in C++ with SDL2. Installation Git Modules are used to include the SDL2 library. To setup the project, run the following commands: git submodule init git submodule update Run the build script: ./build.sh run