summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-18 13:12:47 +0200
committerSven Gothel <[email protected]>2013-07-18 13:12:47 +0200
commit372c72769b2c3279b7b58cc4dc049fbe28d041bd (patch)
treefa09efaf1b7c451ec7c9fd9eb1c132431961c58f /www
parent906ec91648cd1786285e9ec86d12bca49c3cdb31 (diff)
WWW: Added JOGL spec link, fixed grammar .
Diffstat (limited to 'www')
-rw-r--r--www/index.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html
index 1c597b8a8..9ab9ade7c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -83,15 +83,14 @@
and is designed to provide hardware-supported 3D graphics to applications written in Java.
</p>
<p>
- JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.3 ], ES 1.x, ES 2.0 and ES 3.0 specification
- as well as nearly all vendor extensions.
- <a href="../doc/Overview-OpenGL-Evolution-And-JOGL.html">OpenGL Evolution &amp; JOGL</a>
- (<a href="../doc/bouml/html-svg/fig128069.svg">UML</a>) gives you a brief overview of OpenGL,
- its profiles and how we map them to JOGL.
- </p>
+ JOGL provides full access to the APIs in the OpenGL [ 1.0 .. 4.3 ], ES 1, ES 2 and ES 3 specification
+ as well as nearly all vendor extensions.<br/>
+ <a href="../doc/Overview-OpenGL-Evolution-And-JOGL.html">OpenGL Evolution &amp; JOGL</a>
+ and the <a href="/deployment/jogamp-next/javadoc/jogl/javadoc/overview-summary.html#overview_description">JOGL Specification</a>
+ may give you a brief overview.
<p>
- JOGL integrates with the AWT, Swing and SWT widget sets, as well with custom windowing toolkits using the NativeWindow API.
- <a href="../doc/NEWT-Overview.html">JOGL also provides its own native windowing toolkit, NEWT</a>.
+ JOGL integrates with the AWT, Swing and SWT widget sets, as well as with custom windowing toolkits using the NativeWindow API.<br/>
+ JOGL also provides its own <a href="../doc/NEWT-Overview.html">native windowing toolkit, NEWT</a>.
</p>
<p>
Quick Version Info: Current [ <a href="../../deployment/jogamp-current/jogl-applet-version-napplet.html">NApplet</a>,