diff options
author | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
commit | 926bf101da90eb450d1700d2ddc1242c9e18a2cb (patch) | |
tree | 25bb837ccb26017e4694540b20633a1f05b37c4f /www | |
parent | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (diff) |
cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-files
Diffstat (limited to 'www')
-rw-r--r-- | www/applet-gears-next.jnlp | 26 | ||||
-rw-r--r-- | www/applet-gears.jnlp | 26 | ||||
-rw-r--r-- | www/applet-redsquare-newtawt-next.html | 33 | ||||
-rw-r--r-- | www/applet-redsquare-newtawt-next.jnlp | 26 | ||||
-rw-r--r-- | www/applettest-jnlp-next.html | 33 | ||||
-rw-r--r-- | www/applettest-jnlp.html | 121 | ||||
-rw-r--r-- | www/applettest-joal-next.html | 34 | ||||
-rw-r--r-- | www/applettest-joal.html | 99 | ||||
-rw-r--r-- | www/applettest-next.html | 31 | ||||
-rw-r--r-- | www/applettest.html | 85 | ||||
-rw-r--r-- | www/test.html | 43 |
11 files changed, 0 insertions, 557 deletions
diff --git a/www/applet-gears-next.jnlp b/www/applet-gears-next.jnlp deleted file mode 100644 index 5e2a59c..0000000 --- a/www/applet-gears-next.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="applet-gears-next.jnlp"> - <information> - <title>JOGL JNLP Applet Gears Demo - NEXT</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/jogl-demos/"/> - <description>Gears Demo - NEXT</description> - <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description> - <offline-allowed/> - </information> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> - <jar href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos.jar" main="true"/> - <jar href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos-util.jar"/> - <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp" /> - </resources> - - <applet-desc - name="Gears-Applet" - main-class="demos.applets.GearsApplet" - width="640" - height="480"> - </applet-desc> -</jnlp> diff --git a/www/applet-gears.jnlp b/www/applet-gears.jnlp deleted file mode 100644 index dae3e58..0000000 --- a/www/applet-gears.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="applet-gears.jnlp"> - <information> - <title>JOGL JNLP Applet Gears Demo</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/jogl-demos/"/> - <description>Gears Demo</description> - <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description> - <offline-allowed/> - </information> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> - <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar" main="true"/> - <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos-util.jar"/> - <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" /> - </resources> - - <applet-desc - name="Gears-Applet" - main-class="demos.applets.GearsApplet" - width="640" - height="480"> - </applet-desc> -</jnlp> diff --git a/www/applet-redsquare-newtawt-next.html b/www/applet-redsquare-newtawt-next.html deleted file mode 100644 index cf8a344..0000000 --- a/www/applet-redsquare-newtawt-next.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL JNLP Applet Test NEXT</title> -</head> -<body> - -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-next/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-next/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-next/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.RedSquareNEWTAWTApplet"> - <param name="subapplet.displayname" value="JOGL RedSquare NEWT-AWT Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-redsquare-newtawt-next.jnlp"> -</applet> - -</P> -<P> - -</body> -</html> diff --git a/www/applet-redsquare-newtawt-next.jnlp b/www/applet-redsquare-newtawt-next.jnlp deleted file mode 100644 index 6a2bd18..0000000 --- a/www/applet-redsquare-newtawt-next.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="applet-redsquare-newtawt-next.jnlp"> - <information> - <title>JOGL JNLP Applet RedSquare NEWT-AWT Demo - NEXT</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/jogl-demos/"/> - <description>RedSquare NEWT-AWT Demo - NEXT</description> - <description kind="short">RedSquare NEWT-AWT Demo - NEXT</description> - <offline-allowed/> - </information> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> - <jar href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos.jar" main="true"/> - <jar href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos-util.jar"/> - <extension name="newt-all-awt" href="http://jogamp.org/deployment/jogamp-next/newt-all-awt.jnlp" /> - </resources> - - <applet-desc - name="RedSquare-NEWT-AWT-Applet" - main-class="demos.applets.RedSquareNEWTAWTApplet" - width="640" - height="480"> - </applet-desc> -</jnlp> diff --git a/www/applettest-jnlp-next.html b/www/applettest-jnlp-next.html deleted file mode 100644 index ba458e7..0000000 --- a/www/applettest-jnlp-next.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL JNLP Applet Test NEXT</title> -</head> -<body> - -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-next/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-next/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-next/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.GearsApplet"> - <param name="subapplet.displayname" value="JOGL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-gears-next.jnlp"> -</applet> - -</P> -<P> - -</body> -</html> diff --git a/www/applettest-jnlp.html b/www/applettest-jnlp.html deleted file mode 100644 index 4b0c760..0000000 --- a/www/applettest-jnlp.html +++ /dev/null @@ -1,121 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL JNLP Applet Test</title> -</head> -<body> - -<P> -In case your <a href="https://jdk6.dev.java.net/plugin2/jnlp/">Java Plugin supports JNLP</a>, -the <em>applet-gears.jnlp</em> is used, -otherwise it shall fallback to <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a>. -</P> - -<P> -Note that it is important for the startup time to have the same JVM arguments in the applet tags, -as well as within the JNLP applet description, here see property <em>sun.java2d.noddraw</em>. <br> -Only if JVM arguments of the JNLP applet description are satisfied by the applet tag's JVM,<br> -the plugin will not need to start a new JVM. OF course, the applet tag's JVM spec may exceed the -JNLP applet's one. -</P> - -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.GearsApplet"> - <param name="subapplet.displayname" value="JOGL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-gears.jnlp"> -</applet> - -</P> -<P> - -The applet above is instantiated with the following code: - -<pre> -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.GearsApplet"> - <param name="subapplet.displayname" value="JOGL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-gears.jnlp"> -</applet> -</pre> - -Where the referenced JNLP file <em>applet-gears.jnlp</em> looks as follow: - -<pre> -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="applet-gears.jnlp"> - <information> - <title>JOGL JNLP Applet Gears Demo</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/jogl-demos/"/> - <description>Gears Demo</description> - <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description> - <offline-allowed/> - </information> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> - <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar" main="true"/> - <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos-util.jar"/> - <extension name="newt-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" /> - </resources> - - <applet-desc - name="Gears-Applet" - main-class="demos.applets.GearsApplet" - width="640" - height="480"> - </applet-desc> -</jnlp> -</pre> - -</P> -<P> - -Note that the jogl-demos.jar, which contains the GearsApplet class, -<B>does not need to be signed</B>! JogAmp Community signs -applet-launcher.jar, jogl.jar and gluegen-rt.jar, which contain the -JNLPAppletLauncher and JOGL's supporting classes; this is the only -Java code which needs to be signed in order to deploy applets using -JOGL and is the only certificate the end user must accept. - -</P> -<P> - -The <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher -home page</a> contains more information about what files must be -placed on the web server in order to enable the deployment of applets -using JOGL and other extensions. - -</P> - -</body> -</html> diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html deleted file mode 100644 index 0071b7e..0000000 --- a/www/applettest-joal-next.html +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL / JOAL Applet Test - Next JOGL Version</title> -</head> -<body> - -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-next/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-next/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-next/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-next/jar/joal.jar, - http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> - <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="2"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp"> - <param name="jnlpExtension2" - value="http://jogamp.org/deployment/jogamp-next/joal.jnlp"> -</applet> - - -</P> - -</body> -</html> diff --git a/www/applettest-joal.html b/www/applettest-joal.html deleted file mode 100644 index 303ef44..0000000 --- a/www/applettest-joal.html +++ /dev/null @@ -1,99 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL / JOAL Applet Test</title> -</head> -<body> - -<P> - -The new <a -href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a> -supports deployment of high-end applets using arbitrary extensions -such as JOGL for 3D graphics and JOAL for spatialized audio. The -user's applet does not have to be signed, and no manual installation -of software on the user's machine is necessary. Combined JOGL and JOAL -applets are supported by the JNLPAppletLauncher on all OS and CPU -combinations where these libraries are supported: currently -Windows/x86, Linux/x86, and Mac OS X, both PowerPC and Intel. - -</P> -<P> - -Here is a simple example of an applet which combines both OpenGL -rendering and OpenAL audio: - -</P> -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-current/jar/joal.jar, - http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> - <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="2"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> - <param name="jnlpExtension2" - value="http://jogamp.org/deployment/jogamp-current/joal.jnlp"> -</applet> - - -</P> -<P> - -The applet above is instantiated with the following code: - -<pre> -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-current/jar/joal.jar, - http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> - <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="2"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> - <param name="jnlpExtension2" - value="http://jogamp.org/deployment/jogamp-current/joal.jnlp"> -</applet> -</pre> - -</P> -<P> - -Note that the jogl-demos.jar and joal-demos.jar files, which contain -the applet's classes, <B>do not need to be signed</B>! Sun -Microsystems, Inc. signs applet-launcher.jar, jogl.jar, joal.jar and -gluegen-rt.jar, which contain the JNLPAppletLauncher, JOGL, JOAL and -supporting classes; this is the only Java code which needs to be -signed in order to deploy applets using JOGL and JOAL and is the only -certificate the end user must accept. - -</P> -<P> - -The <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher -home page</a> contains more information about what files must be -placed on the web server in order to enable the deployment of applets -using JOGL and other extensions. - -</P> - -</body> -</html> diff --git a/www/applettest-next.html b/www/applettest-next.html deleted file mode 100644 index ffd3e64..0000000 --- a/www/applettest-next.html +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL Applet Test - Next JOGL Version</title> -</head> -<body> - -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-next/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-next/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-next/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.GearsApplet"> - <param name="subapplet.displayname" value="JOGL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp"> -</applet> - - -</P> - -</body> -</html> diff --git a/www/applettest.html b/www/applettest.html deleted file mode 100644 index 41bee53..0000000 --- a/www/applettest.html +++ /dev/null @@ -1,85 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL Applet Test</title> -</head> -<body> - -<P> - -The new <a -href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a> -enables the creation and deployment of applets using 3D graphics via -OpenGL without requiring the applet to be signed or performing any -manual installation of software on users' computers. It has been -tested and should work on any OS/CPU combination supported by JOGL -with a Java Runtime Environment version 1.4.2 or later installed into -the web browser. Here is an example of the standard Gears demo running -as an applet: - -</P> -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.GearsApplet"> - <param name="subapplet.displayname" value="JOGL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> -</applet> - -</P> -<P> - -The applet above is instantiated with the following code: - -<pre> -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.GearsApplet"> - <param name="subapplet.displayname" value="JOGL Gears Applet"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> -</applet> -</pre> - -</P> -<P> - -Note that the jogl-demos.jar, which contains the GearsApplet class, -<B>does not need to be signed</B>! JogAmp Community signs -applet-launcher.jar, jogl.jar and gluegen-rt.jar, which contain the -JNLPAppletLauncher and JOGL's supporting classes; this is the only -Java code which needs to be signed in order to deploy applets using -JOGL and is the only certificate the end user must accept. - -</P> -<P> - -The <a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher -home page</a> contains more information about what files must be -placed on the web server in order to enable the deployment of applets -using JOGL and other extensions. - -</P> - -</body> -</html> diff --git a/www/test.html b/www/test.html deleted file mode 100644 index 10fe4e3..0000000 --- a/www/test.html +++ /dev/null @@ -1,43 +0,0 @@ -<H2> Test page for JOGL demos </H2> -<p> - -<H3> Version </H3> -<a href="../../deployment/jogamp-next/applet-version-jnlp.html">Applet</a><br> -<a href="../../deployment/jogamp-next/application-version.jnlp">Application</a><br> - -<H3> AWT JNLP Applet test with Applet Launcher fallback </H3> -<a href="applettest-jnlp-next.html">JNLP Applet test</a><br> -<a href="applettest-next.html">Applet Launcher test</a><br> -<p> -<H3> AWT JNLP Applet's using NEWT/AWT </H3> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-gears.html">AWT Applet JOGL/NEWT GL2 Gears</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-cube.html">AWT Applet JOGL/NEWT GL2ES1 Cube</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-fbcubes.html">AWT Applet JOGL/NEWT GL2ES1 FBO Cubes</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/jogl-newt-applet-runner-angelesgl2es1.html">AWT Applet JOGL/NEWT GL2ES1 Angeles</a><br> -<p> -<H3> JNLP Applet2's using native NEWT </H3> -Coming up .. -<p> -<H3> JNLP Launcher .. </H3> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/Gears.jnlp">Gears</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/HWShadowmapsSimple.jnlp">Hardware Shadow Maps</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/HDR.jnlp">HDR</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/InfiniteShadowVolumes.jnlp">Infinite Shadow Volumes</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/JRefractNoOGL.jnlp">JRefract</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/JRefract.jnlp">JRefract with Java2D/JOGL Bridge (Java SE 6 only)</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/ParticleEngine.jnlp">Particle Engine</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/TestTextRenderer.jnlp">Text Renderer Test</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/FlyingText.jnlp">Flying Text</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/TextFlow.jnlp">Text Flow</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/TextCube.jnlp">Text Cube</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/VertexProgWarp.jnlp">Vertex Prog Warp</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/VertexProgRefract.jnlp">Vertex Prog Refract</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/ProceduralTexturePhysics.jnlp">Water</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/XTrans.jnlp">XTrans (Java SE 6 only)</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/VertexBufferObject.jnlp">Vertex Buffer Object</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/VertexArrayRange.jnlp">Vertex Array Range</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/WorldWindBasicDemo.jnlp">NASA World Wind Java (version hosted by NASA)</a><br> -<a href="http://jogamp.org/deployment/jogamp-next/jogl-demos/worldwind.jnlp">NASA World Wind Java (older version copied from NASA)</a><br> -<p> -<H3> JOAL test (broken).. </H3> -<a href="applettest-joal-next.html">JOGL/JOAL Applet test</a><br> |