← projects

graphics · sub-star

rasterizer_engine

software rasterizer — 3D points to lit pixels, no GPU.


readme

A rasterizer that takes 3D points, multiplies them through a 4x4 perspective matrix to flatten them onto a 2D screen, then fills in the pixels between them. The whole pipeline a GPU normally hides — projection, triangle filling — done explicitly in software.

signal log

built with

C++
view repository →