Despite the API finalization and to be able to have a 1st impression,
maybe even to participate in the discussion
- check out the new JOGL_2_SANDBOX (jogl and jogl-demos)
- build it

- create the javadoc with targets:
- javadoc (std stuff)
- javadoc.dev.all (everything)
- create the doxygen if you like
using the 'jogl/doxygen/doxygen.cfg'
Now it might be a good idea to look at the demos for some use cases,
jogl-demos/src:
Generic GL interface usage (runs on all GL profiles ES1, ES2 and GL2)
- demos/GLInfo.java
- demos/es1/RedSquare.java
Checks whether the GL implementation is ES1 at runtime
and uses it's features (or a special implementation) if available
- demos/es1/cube/Cube.java
- demos/es1/angeles/Main.java
Uses ES2 only
- demos/es2/RedSquare.java
and of course .. this is work in progress (WIP).
Thank you, Sven