diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 66 |
1 files changed, 26 insertions, 40 deletions
diff --git a/www/index.html b/www/index.html index 7ba7369..d333f8d 100644 --- a/www/index.html +++ b/www/index.html @@ -10,23 +10,9 @@ </head> <body bgcolor="#f5f5f5"> -<!--- -<div Align=center> - <img ID="NavBar" WIDTH=800 HEIGHT=32 SRC="https://games.dev.java.net/images/navbar2p.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div> - -<MAP NAME="NavBar_Map"> - <AREA SHAPE="rect" ALT="Projects" COORDS="356,7,440,23" HREF="https://games.dev.java.net" TARGET="_self"> - <AREA SHAPE="rect" ALT="Wiki" COORDS="643,7,695,23" HREF="http://wiki.java.net/bin/view/Games"> - <AREA SHAPE="rect" ALT="Weblogs" COORDS="562,7,624,23" HREF="http://weblogs.java.net/weblogs/project/games"> - <AREA SHAPE="rect" COORDS="463,7,541,23" HREF="http://192.18.37.44/forums/index.php" target="_top" ALT="Forums"> - <AREA SHAPE="rect" ALT="JavaGames Home" COORDS="147,7,334,23" HREF="http://community.java.net/games"> - <AREA SHAPE="rect" ALT="Java.net" COORDS="21,7,128,23" HREF="http://www.java.net" TARGET="_self"> -</MAP> ---> - <div align="center"> <font color="#005177" size="+3">JOGL Demos</font><br> -<font color="#005177" size="+2"><a href="http://kenai.com/projects/jogl/pages/Home/">Java™ Binding for the OpenGL® API</a> +<font color="#005177" size="+2"><a href="http://jogamp.org/jogl/">Java™ Binding for the OpenGL® API</a> (<a href="http://jcp.org/en/jsr/detail?id=231">JSR-231</a>)</font> </div> @@ -90,7 +76,7 @@ see the following test pages for more information: <p>The source code for these demonstrations is available - via <a href="http://kenai.com/projects/jogl/sources/">GIT</a>.<br> + via <a href="http://jogamp.org/wiki/index.php/Jogl_FAQ#Get_the_Source_Code/">GIT</a>.<br> </p> </div> @@ -137,8 +123,8 @@ see the following test pages for more information: <ul> - <li> <a href="http://kenai.com/projects/jogl/pages/Home/">JOGL Home</a></li> - <li> <a href="http://download.java.net/media/jogl/demos/doc/readme.html">Demo Documentation</a></li> + <li> <a href="http://jogamp.org/jogl/">JOGL Home</a></li> + <li> <a href="http://jogamp.org/jogl-demos/doc/readme.html">Demo Documentation</a></li> <li> <a href="applettest-jnlp.html">JOGL JNLP Applet test incl. Applet-Launcher fallback</a></li> @@ -216,7 +202,7 @@ see the following test pages for more information: </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/Gears.jnlp"> <img + href="http://jogamp.org/deployment/webstart/Gears.jnlp"> <img src="gears_sm.jpg" width="160" height="163" alt="Launch Gears demo"> </a> </td> <td width="45%">Classic OpenGL demo. Original source code @@ -345,7 +331,7 @@ by Brian Paul; converted to Java by Ron Cemer and Sven Goethel. </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/HWShadowmapsSimple.jnlp"> + href="http://jogamp.org/deployment/webstart/HWShadowmapsSimple.jnlp"> <img src="shadowmaps_sm.jpg" width="160" height="160" alt="Launch Hardware Shadow Mapping demo"> </a> </td> @@ -411,7 +397,7 @@ by Brian Paul; converted to Java by Ron Cemer and Sven Goethel. </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/HDR.jnlp"> + href="http://jogamp.org/deployment/webstart/HDR.jnlp"> <img src="hdr_sm.jpg" width="160" height="120" alt="Launch High Dynamic Range Rendering demo"> </a> </td> @@ -476,7 +462,7 @@ by Brian Paul; converted to Java by Ron Cemer and Sven Goethel. </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/InfiniteShadowVolumes.jnlp"> + href="http://jogamp.org/deployment/webstart/InfiniteShadowVolumes.jnlp"> <img src="shadowvolumes_sm.jpg" width="160" height="161" alt="Launch Infinite Shadow Volumes demo"> </a> </td> @@ -542,7 +528,7 @@ technique of infinite shadow volumes. <a </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/JRefractNoOGL.jnlp"> + href="http://jogamp.org/deployment/webstart/JRefractNoOGL.jnlp"> <img src="jrefract_sm.jpg" width="160" height="120" alt="Launch JRefract demo"> </a> </td> @@ -550,7 +536,7 @@ technique of infinite shadow volumes. <a href="vtxprog_warp.zip">Original source code</a> supplied in NVidia's <a href="http://developer.nvidia.com/object/sdk_home.html">SDK</a>. <P> -If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, try the <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/JRefract.jnlp">fully OpenGL-accelerated version</a> of this demo using the new <a href="http://192.18.37.44/forums/index.php?topic=10813.0">Java2D/JOGL interoperability</a> support! +If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, try the <a href="http://jogamp.org/deployment/webstart/JRefract.jnlp">fully OpenGL-accelerated version</a> of this demo using the new <a href="http://192.18.37.44/forums/index.php?topic=10813.0">Java2D/JOGL interoperability</a> support! </td> <td width="5%"><br> </td> @@ -610,7 +596,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/ParticleEngine.jnlp"> <img + href="http://jogamp.org/deployment/webstart/ParticleEngine.jnlp"> <img src="particles_sm.jpg" width="160" height="129" alt="Launch Particle Engine demo"> </a> </td> <td width="45%">Particle engine demo controlling a set of animated particles with a Swing UI. Contributed by Ben Chappell. @@ -673,7 +659,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/TestTextRenderer.jnlp"> <img + href="http://jogamp.org/deployment/webstart/TestTextRenderer.jnlp"> <img src="testtext_sm.jpg" width="160" height="152" alt="Launch TestTextRenderer demo"> </a> </td> <td width="45%">A simple test of JOGL's new TextRenderer utility class, with text overlaid on the Gears demo. @@ -736,7 +722,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/FlyingText.jnlp"> <img + href="http://jogamp.org/deployment/webstart/FlyingText.jnlp"> <img src="flyingtext_sm.jpg" width="160" height="160" alt="Launch FlyingText demo"> </a> </td> <td width="45%">A more advanced demo of the TextRenderer, showing animated and colored text with drop shadows. @@ -799,7 +785,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/CustomText.jnlp"> <img + href="http://jogamp.org/deployment/webstart/CustomText.jnlp"> <img src="customtext_sm.jpg" width="160" height="160" alt="Launch CustomText demo"> </a> </td> <td width="45%">A more advanced demo of the TextRenderer, showing the use of a custom RenderDelegate to achieve fancy Java 2D-based font effects. @@ -862,7 +848,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/TextFlow.jnlp"> <img + href="http://jogamp.org/deployment/webstart/TextFlow.jnlp"> <img src="textflow_sm.jpg" width="160" height="147" alt="Launch TextFlow demo"> </a> </td> <td width="45%">Shows how to use the TextRenderer to draw dynamically flowing text in OpenGL. @@ -925,7 +911,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/TextCube.jnlp"> <img + href="http://jogamp.org/deployment/webstart/TextCube.jnlp"> <img src="textcube_sm.jpg" width="160" height="176" alt="Launch TextCube demo"> </a> </td> <td width="45%">Shows how to use the TextRenderer to draw 2D text in 3D. @@ -989,7 +975,7 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/VertexProgWarp.jnlp"> + href="http://jogamp.org/deployment/webstart/VertexProgWarp.jnlp"> <img src="warp_sm.jpg" width="160" height="142" alt="Launch Vertex Prog Warp demo"> </a> </td> @@ -1056,7 +1042,7 @@ graphics card using vertex programs. <a </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/VertexProgRefract.jnlp"> + href="http://jogamp.org/deployment/webstart/VertexProgRefract.jnlp"> <img src="refract_sm.jpg" width="160" height="161" alt="Launch Vertex Prog Refract demo"> </a> </td> @@ -1123,7 +1109,7 @@ chromatic aberration using vertex and fragment programs. <a </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/ProceduralTexturePhysics.jnlp"> + href="http://jogamp.org/deployment/webstart/ProceduralTexturePhysics.jnlp"> <img src="water_sm.jpg" width="160" height="160" alt="Launch Procedural Texture Physics demo"> </a> </td> @@ -1190,7 +1176,7 @@ chromatic aberration using vertex and fragment programs. <a </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/XTrans.jnlp"> + href="http://jogamp.org/deployment/webstart/XTrans.jnlp"> <img src="xtrans_sm.jpg" width="160" height="130" alt="Launch XTrans demo"> </a> </td> @@ -1254,7 +1240,7 @@ chromatic aberration using vertex and fragment programs. <a </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/VertexBufferObject.jnlp"> + href="http://jogamp.org/deployment/webstart/VertexBufferObject.jnlp"> <img src="VertexArrayRange_sm.jpg" width="160" height="164" alt="Launch Vertex Buffer Object demo"> </a> </td> @@ -1319,7 +1305,7 @@ using ARB_vertex_buffer_object extension. <a </tr> <tr> <td width="25%"> <a - href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/VertexArrayRange.jnlp"> + href="http://jogamp.org/deployment/webstart/VertexArrayRange.jnlp"> <img src="VertexArrayRange_sm.jpg" width="160" height="164" alt="Launch Vertex Array Range demo"> </a> </td> @@ -1371,10 +1357,10 @@ using NVidia vertex_array_range extension. <a <tr> <td valign="top" bgcolor="#ffffff"> -<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-cube.html">GL2ES1 Cube</a><br> -<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-fbcubes.html">GL2ES1 FBO Cubes</a><br> -<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-angelesgl2es1.html">GL2ES1 Angeles</a><br> -<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-gears.html">GL2 Gears</a><br> +<a href="http://jogamp.org/deployment/webstart/jogl-newt-applet-runner-cube.html">GL2ES1 Cube</a><br> +<a href="http://jogamp.org/deployment/webstart/jogl-newt-applet-runner-fbcubes.html">GL2ES1 FBO Cubes</a><br> +<a href="http://jogamp.org/deployment/webstart/jogl-newt-applet-runner-angelesgl2es1.html">GL2ES1 Angeles</a><br> +<a href="http://jogamp.org/deployment/webstart/jogl-newt-applet-runner-gears.html">GL2 Gears</a><br> </td> |