If you are designing a full-screen application, then you might try enabling the full screen window mode with GraphicsDevice.setFullScreeWindow(Window).
I have a kiosk application with a full-screen fade animation that was barely getting 8 frames per second on an animation. With the above code, I get 65-66 frames per second! |