Java 5.0 : Java2D vs JOGL

Has anyone performed a seriuos performance comparison between JOGL and Java2D with opengl pipeline enabled under Java 5.0 ?

R.

– serious – oooOPS

You can edit your own posts you know :wink:

Cas :slight_smile:

What exactly are you trying to compare? They are quite
different and meant for doing different things. As for how
Java2D is accelerated using OpenGL, check out Chris Campbell’s article at http://today.java.net/pub/a/today/2004/11/12/graphics2d.html.