Rasterization from Scratch: Project Setup
What we're building
Theory is done. Now we write code.
This series implements a software rasterizer — entirely on the CPU, writing pixels directly into a framebuffer. No OpenGL. No Vulkan. No shortcut
vec4.hashnode.dev3 min read