scipio
@scipio
·
Learn Zig Series (#158) - Circle and Ellipse Rasterization
# Learn Zig Series (#158) - Circle and Ellipse Rasterization ### What will I learn? - Why a circle fights the pixel grid even harder than a line does, and why the obvious y = sqrt(r*r - x*x) approach…