What is the simplest (and easiest, although that\'s subjective) algorithm for drawing solid (as in a single, solid color--no texture mapping) 2D polygons in memory? What is the
The Polygon Fill Teaching Tool will show you a very nice, simple algorithm for drawing filled polygons of any complexity.
I've implemented it for embedded graphics, and it's actually a neat (and fun!) algorithm.
-Adam