I love JOGL.
I only had to make a insignificant amount of changes in order to convert from J2D -> JOGL.
I love AWT/GLCanvas being used in harmony, it makes GUI’s in GL apps easier under a BorderLayout(I love centering the GLCanvas and surrounding it by my GUI).
My problem?
No OGL 2.0 support, I’m trying to enable ARB_none_power_of_two, under Ati’s drivers you must disable mip mapping otherwise it will go into a software loop.
Ati’s hardware doesn’t do hardware ARB_none_power_of_two.
Long story short, the GL2.0 ARB extension doesn’t exist.
When is GL 2.0 going to be incorporated in JOGL?