The goal of this project was to create a rasterizer without existing graphics libraries. Essentially only using a a pixel buffer provided by SDL. Since it doesnt use any sort of graphics hardware it is a software based renderer.
Uses the meson build system, meson.build is provided in the git repo