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?
>>12
You mean "once the Java bytecode is JIT compiled into native assembly." Running through an interpreter is slow as fuck, regardless of the implementation.