Hacker News new | ask | show | jobs
by pjc50 4139 days ago
I recently unearthed the code I wrote at school in 1996 which implemented a 3D Gouraud-shaded renderer that managed ~1000 triangles/sec on a 33MHz 486. It's a great learning experience doing this from scratch.

Mine did Bresenham's algorithm for pixel fill rather than the winding approach used here.