Summer 2024
Made with C++

A deferred renderer in C++, using minimal libraries just for saving images and reading json. All rendering is done purely with C++ (and on the CPU).

Implemented features: backface culling, Z-buffering, diffuse lighting, vertex attributes, JSON scene storage

Rendered Output