Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 488 Bytes

File metadata and controls

7 lines (4 loc) · 488 Bytes

Software Renderer Playground

A small personal playground for experimenting with software rendering, rasterization, and low-level graphics techniques.

This project is not intended to be a production renderer or a full graphics engine. The main goal is to explore and understand how rendering works under the hood by implementing things from scratch.

The codebase changes frequently and may contain unfinished experiments, temporary hacks, or breaking changes as ideas are tested.