Im trying to use java2d but it seems too slow. I need to render 50 squares about 50pixels wide each. The thing is I need to do it really fast, like 5-10 times a second. anyone have any ideas?
Name:
Anonymous2008-07-06 17:39
Java is fast, it's current problem is its memory usage.