Rasterization from Scratch: Drawing a Triangle
What we're doing
Last post: black window, nothing drawn.
This post: a full-screen cycling color and a filled triangle — the first real pixels we write ourselves.
Two new things added to the codebase:
vec4.hashnode.dev5 min read