aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-10-24 21:46:36 +0000
committerKenneth Russel <[email protected]>2005-10-24 21:46:36 +0000
commit128613c77d99c1eecd3a33a3d644096224f368c2 (patch)
tree72c8956a373a91a37128ab3121837207f10c21a5 /www
parentd6f9dbc493df725d3d574403549de142c5e1222a (diff)
Updated JOGL demos to point to new JSR-231 beta web-startable binaries
on download.java.net. Added XTrans demo to jogl-demos web page. Updated text on web pages and added text to Users' Guide on how to perform a developers' installation and how to use JOGL from Java Web Start. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@403 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www')
-rw-r--r--www/index.html21
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>