Tiny Renderer is a CPU-based software rasterizer I built in C++ while working through the Tiny Renderer tutorial. The project recreates core stages of the 3D graphics pipeline from scratch, including triangle rasterization, barycentric interpolation, depth buffering, camera transformations, and shading, without relying on a graphics API for rendering.
