3D Renderer
Personal
Software based 3D object renderer
Following the "3D Graphics Programming from Scratch" course from Pikuma, I've been writing a software based 3D object renderer using C and SDL with no dedicated graphics libraries. This has given me a much stronger understanding of the graphics rendering process as there is little to no abstraction and everything has to be implemented manually.