diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/www/index.html b/www/index.html index 75e80f0de..e6b65aeed 100644 --- a/www/index.html +++ b/www/index.html @@ -51,15 +51,18 @@ <div align="justify"> - <p>The JOGL Project hosts a reference implementation of - the Java bindings for OpenGL API, and is designed to -provide hardware-supported 3D graphics to applications -written in Java. It is part of a suite of open-source -technologies initiated by the Game Technology Group -at Sun Microsystems.<br> - </p> - - + <p> + +The JOGL project hosts the development version of the Java Bindings +for OpenGL (<a +href="http://jcp.org/en/jsr/detail?id=231">JSR-231</a>), and is +designed to provide hardware-supported 3D graphics to applications +written in Java. JOGL is not the official reference implementation of +the JSR, but an evolving workspace; snapshots are taken from this +workspace which become the official reference implementations of the +JSR. JOGL is part of a suite of open-source technologies initiated by +the Game Technology Group at Sun Microsystems. + <p>JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets.<br> |