Page 1 of 1
A question...
Posted: Wed Aug 08, 2007 11:03 pm
by commodorejohn
I'm planning a game system based around 2D polygon graphics (think Another World,) and I'm just wondering - I have the information needed to figure out how to write a polygon-drawing routine, but I'm afraid, given my limited experience, that I'd come up with something horribly slow, and I was wondering if anybody has written a fast, generic solid-color polygon routine I could use instead?
Posted: Wed Aug 08, 2007 11:23 pm
by Jorge Nuno
Just write your own one, even if you are "reinventing the wheel", you will practise for it (burn the brain with the debugging, because it wont work in the first try), and then when it works, horribly slow or just slow, you can ask for an optimization advice.

Posted: Thu Aug 09, 2007 3:26 am
by haroldoop
Stef's DevKit (
http://www.spritesmind.net/_GenDev//for ... c&start=15) includes a reasonably fast polygon drawing routine.