Removed..

Removed…

Are you sure you want to push Java2D to it’s limits?

Why not use an OpenGL binding and let the GPU handle it? It will laugh at these numbers…

looks like you’re thinking of using dirty rectangles. Its pretty much what the PulpCore library does. Its unlikely that you’ll get much faster than what it provides when doing this sort of thing.

However I do agree with Riven though, if your looking for speed OpenGL is the way to go.

Removed…

If you want an extremely stable OpenGL binding with a community that fixes stability issues in hours or days, as opposed to years, pick LWJGL.

I’d advice you to switch to Slick2D, which gives you a Java2D like interface, backed with LWJGL.