08-24-2013, 12:57 PM
http://en.wikipedia.org/wiki/Bresenham's...lification
I'd recommend using this version of the Bresenham line drawing algorithm - it only requires addition, subtraction, comparison and shifting. Once you get that one down you should try building ellipse drawing hardware - it's a fun algorithm!
I'd recommend using this version of the Bresenham line drawing algorithm - it only requires addition, subtraction, comparison and shifting. Once you get that one down you should try building ellipse drawing hardware - it's a fun algorithm!