summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-20 01:18:37 +0100
committerSven Gothel <[email protected]>2011-12-20 01:18:37 +0100
commit1a0a1955a9d7b4e96c4703cb828054cab552c7d1 (patch)
tree0133be23f697dbde6b8bbc59f159dc5b5dc6ad4e /www
parent3b4172b8b817d062b98df58766ef2cd16a122779 (diff)
index.html update; Applets use Object/Embed; Use JOGL's JOGLNewtApplet1Run; NEWT Applets as NApplet w/o JNLP
Use JOGL's JOGLNewtApplet1Run: demos.applets.JOGLNewtApplet1Run -> com.jogamp.newt.awt.applet.JOGLNewtApplet1Run
Diffstat (limited to 'www')
-rw-r--r--www/index.html75
1 files changed, 26 insertions, 49 deletions
diff --git a/www/index.html b/www/index.html
index 51b6190..39d0a95 100644
--- a/www/index.html
+++ b/www/index.html
@@ -91,29 +91,42 @@
click the images to launch the demos. Where there are no hardware or
operating
system requirements listed, the demos run on any vendor's graphics card
- and on any of Solaris/SPARC, Solaris/x86, Linux/x86, Windows/x86, and
- Macintosh OS X 10.3.<br/>
+ and on any of Solaris/x86, Linux/x86, Windows/x86, and Macintosh OS X 10.5.
</p>
- <p> It is now possible to deploy unsigned applets using JOGL with no
- manual installation of any software on the end user's machine! Please
- see the following test pages for more information:</p>
+ Applets using JOGL can be deployed without signing your own code and without
+ manual installation of any software on the end user's machine:
<ul>
- <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears.html">JNLP Applet test page (standard JNLP Applet with Applet-Launcher fallback)</a></li>
- <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html">Applet-Launcher only test page (pls use variant above)</a></li>
- <li><a href="#NEWTAWTJNLPApplets">Simple NEWT JNLP AWT Applet's</a></li>
+ <li><a href="../../deployment/jogamp-current/jogl-test-applets.html">JOGL Applet Tests</a>
+ (<a href="../../deployment/jogamp-next/jogl-test-applets.html"><i>next version</i></a>)</li>
+ <li>JNLP Applet test page (standard JNLP Applet with Applet-Launcher fallback)
+ <ul>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears.html">Gears</a></li>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal.html">Gears w/ JOAL</a></li>
+ </ul></li>
+ <li>Applet-Launcher Only
+ <ul>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html">Gears</a></li>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal-launcheronly.html">Gears w/ JOAL</a></li>
+ </ul></li>
+ <li>Simple Applet/Object or Embed tag w/ auto native JAR loading by GlueGen. Applets are launched via <a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.html">JOGLNewtApplet1Run</a>
+ <ul>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-cube.html">GL2ES1 Cube</a></li>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-fbcubes.html">GL2ES1 FBO Cubes</a></li>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-angelesgl2es1.html">GL2ES1 Angeles</a></li>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-gears.html">GL2 Gears</a></li>
+ </ul></li>
+ <li><a href="../../deployment/jogamp-current/jogl-demos/test.html">Plain test page</a>
+ (<a href="../../deployment/jogamp-next/jogl-demos/test.html"><i>next version</i></a>)</li>
</ul>
+
<p>
Quick Version Info: Current [ <a href="../../deployment/jogamp-current/jogl-applet-version.html">Applet</a>,
<a href="../../deployment/jogamp-current/jogl-application-version.jnlp">Application</a> ],
Next [ <a href="../../deployment/jogamp-next/jogl-applet-version.html">Applet</a>,
<a href="../../deployment/jogamp-next/jogl-application-version.jnlp">Application</a> ].
</p>
- <p>
- Please see the basic <a href="../../deployment/jogamp-current/jogl-test-applets.html"><b>JOGL Tests</b></a>
- (<a href="../../deployment/jogamp-next/jogl-test-applets.html"><i>next version</i></a>)
- demonstrating Applets and more.
- </p>
+
<p>The source code for these demonstrations is available
via <a href="http://jogamp.org/wiki/index.php/Jogl_FAQ#Get_the_Source_Code">GIT</a>.<br/>
</p>
@@ -1021,42 +1034,6 @@
</tr>
</tbody>
</table>
- <a name="NEWTAWTJNLPApplets"/>
- <table border="0" cellpadding="5" cellspacing="1" width="100%">
- <tbody>
- <tr>
- <td>
- <table border="0" cellpadding="5"
- cellspacing="1" width="100%">
- <tbody>
- <tr>
- <td valign="top">
- <div align="left"><strong>Simple NEWT JNLP AWT Applet's</strong>
- </div>
- </td>
- </tr>
- <tr>
- <td valign="top" bgcolor="#ffffff">
- <a href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-cube.html">
- GL2ES1 Cube
- </a><br/>
- <a href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-fbcubes.html">
- GL2ES1 FBO Cubes
- </a><br/>
- <a href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-angelesgl2es1.html">
- GL2ES1 Angeles
- </a><br/>
- <a href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jogl-newt-applet-runner-gears.html">
- GL2 Gears
- </a><br/>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
</div>
</div>
<div id="footer">