I’m trying to figure out what the best way to draw a 2d game is, and I’m pretty much stumped.
I use a StrategyBuffer in a canvas at the moment, and this is basically what I’m doing right now:
Updating method: http://pastebin.com/zrmmTGEg
Drawing method: http://pastebin.com/924nhQkp
Image2D.java: http://pastebin.com/T16CrRq2
Educate me. ;D