How can Java render up to 60x faster with hacks then Using C++ with GDI or DirectX?
So, I’ve read this article about java2D rendering and tested it. I created a pulsating red circle animation. 20x improvement over the default rendering using Java2D with Swing (From 1.500fps to 30.000fps).
How come Java is rendering up to 60x faster with hacks then Using C++ and DirectX?
So, I’ve read this article about java2D rendering and tested it. I created a pulsating red circle animation. 20x improvement over the default rendering using Java2D with Swing (From 1.500fps to 30.000fps).