From d2479923b88f4444da2c48891e7ec006575d20cd Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 3 Jul 2009 23:37:40 +0000 Subject: Adding boiler-plate JNLP files git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@368 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- jnlp-files/CustomText.jnlp | 22 ++++++++++++++++++++++ jnlp-files/FlyingText.jnlp | 22 ++++++++++++++++++++++ jnlp-files/Gears.jnlp | 22 ++++++++++++++++++++++ jnlp-files/HDR.jnlp | 31 +++++++++++++++++++++++++++++++ jnlp-files/HWShadowmapsSimple.jnlp | 23 +++++++++++++++++++++++ jnlp-files/InfiniteShadowVolumes.jnlp | 23 +++++++++++++++++++++++ jnlp-files/JRefract.jnlp | 26 ++++++++++++++++++++++++++ jnlp-files/JRefractNoOGL.jnlp | 23 +++++++++++++++++++++++ jnlp-files/ParticleEngine.jnlp | 21 +++++++++++++++++++++ jnlp-files/ProceduralTexturePhysics.jnlp | 23 +++++++++++++++++++++++ jnlp-files/TestTextRenderer.jnlp | 22 ++++++++++++++++++++++ jnlp-files/TextCube.jnlp | 22 ++++++++++++++++++++++ jnlp-files/TextFlow.jnlp | 22 ++++++++++++++++++++++ jnlp-files/VertexArrayRange.jnlp | 22 ++++++++++++++++++++++ jnlp-files/VertexBufferObject.jnlp | 22 ++++++++++++++++++++++ jnlp-files/VertexProgRefract.jnlp | 23 +++++++++++++++++++++++ jnlp-files/VertexProgWarp.jnlp | 23 +++++++++++++++++++++++ jnlp-files/WorldWindBasicDemo.jnlp | 26 ++++++++++++++++++++++++++ jnlp-files/XTrans.jnlp | 25 +++++++++++++++++++++++++ jnlp-files/version.jnlp | 20 ++++++++++++++++++++ jnlp-files/worldwind.jnlp | 26 ++++++++++++++++++++++++++ 21 files changed, 489 insertions(+) create mode 100644 jnlp-files/CustomText.jnlp create mode 100644 jnlp-files/FlyingText.jnlp create mode 100755 jnlp-files/Gears.jnlp create mode 100755 jnlp-files/HDR.jnlp create mode 100644 jnlp-files/HWShadowmapsSimple.jnlp create mode 100644 jnlp-files/InfiniteShadowVolumes.jnlp create mode 100644 jnlp-files/JRefract.jnlp create mode 100644 jnlp-files/JRefractNoOGL.jnlp create mode 100644 jnlp-files/ParticleEngine.jnlp create mode 100644 jnlp-files/ProceduralTexturePhysics.jnlp create mode 100644 jnlp-files/TestTextRenderer.jnlp create mode 100644 jnlp-files/TextCube.jnlp create mode 100644 jnlp-files/TextFlow.jnlp create mode 100644 jnlp-files/VertexArrayRange.jnlp create mode 100644 jnlp-files/VertexBufferObject.jnlp create mode 100644 jnlp-files/VertexProgRefract.jnlp create mode 100644 jnlp-files/VertexProgWarp.jnlp create mode 100644 jnlp-files/WorldWindBasicDemo.jnlp create mode 100644 jnlp-files/XTrans.jnlp create mode 100644 jnlp-files/version.jnlp create mode 100644 jnlp-files/worldwind.jnlp (limited to 'jnlp-files') diff --git a/jnlp-files/CustomText.jnlp b/jnlp-files/CustomText.jnlp new file mode 100644 index 0000000..6922608 --- /dev/null +++ b/jnlp-files/CustomText.jnlp @@ -0,0 +1,22 @@ + + + + Custom Text + Sun Microsystems, Inc. + + Custom Text + Advanced demo of TextRenderer, showing use of a custom RenderDelegate for fancy Java 2D font rendering effects. + + + + + + + + + + + + + diff --git a/jnlp-files/FlyingText.jnlp b/jnlp-files/FlyingText.jnlp new file mode 100644 index 0000000..d421cbb --- /dev/null +++ b/jnlp-files/FlyingText.jnlp @@ -0,0 +1,22 @@ + + + + Flying Text + Sun Microsystems, Inc. + + Flying Text + Advanced demo of TextRenderer, showing animated and colored text with drop shadows. + + + + + + + + + + + + + diff --git a/jnlp-files/Gears.jnlp b/jnlp-files/Gears.jnlp new file mode 100755 index 0000000..0e09e07 --- /dev/null +++ b/jnlp-files/Gears.jnlp @@ -0,0 +1,22 @@ + + + + JOGL Gears Demo + Sun Microsystems, Inc. + + Gears Demo + Brian Paul's Gears demo ported to Java and JOGL. + + + + + + + + + + + + + diff --git a/jnlp-files/HDR.jnlp b/jnlp-files/HDR.jnlp new file mode 100755 index 0000000..bfc46f0 --- /dev/null +++ b/jnlp-files/HDR.jnlp @@ -0,0 +1,31 @@ + + + + JOGL High Dynamic Range Rendering Demo + Sun Microsystems, Inc. + + High Dynamic Range Rendering Demo + NVidia's High Dynamic Range (HDR) rendering demo ported to Java and JOGL. + + + + + + + + + + + + + + demos/data/images/stpeters_cross.hdr + 512 + 384 + 2 + 7 + 3 + demos/data/models/teapot.obj + + diff --git a/jnlp-files/HWShadowmapsSimple.jnlp b/jnlp-files/HWShadowmapsSimple.jnlp new file mode 100644 index 0000000..566ce1b --- /dev/null +++ b/jnlp-files/HWShadowmapsSimple.jnlp @@ -0,0 +1,23 @@ + + + + JOGL Hardware Shadow Maps Demo + Sun Microsystems, Inc. + + HWShadowmapsSimple Demo + NVidia's HWShadowmapsSimple demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/jnlp-files/InfiniteShadowVolumes.jnlp b/jnlp-files/InfiniteShadowVolumes.jnlp new file mode 100644 index 0000000..e542347 --- /dev/null +++ b/jnlp-files/InfiniteShadowVolumes.jnlp @@ -0,0 +1,23 @@ + + + + JOGL Infinite Shadow Volumes Demo + Sun Microsystems, Inc. + + InfiniteShadowVolumes Demo + NVidia's InfiniteShadowVolumes demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/jnlp-files/JRefract.jnlp b/jnlp-files/JRefract.jnlp new file mode 100644 index 0000000..fd37f1a --- /dev/null +++ b/jnlp-files/JRefract.jnlp @@ -0,0 +1,26 @@ + + + + JOGL JRefract Demo - JOGL/Java2D Integration + Sun Microsystems, Inc. + + JRefract Demo + Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component and integration with Java2D's OpenGL pipeline. + + + + + + + + + + + + + + + + + diff --git a/jnlp-files/JRefractNoOGL.jnlp b/jnlp-files/JRefractNoOGL.jnlp new file mode 100644 index 0000000..e86f505 --- /dev/null +++ b/jnlp-files/JRefractNoOGL.jnlp @@ -0,0 +1,23 @@ + + + + JOGL JRefract Demo - no JOGL/Java2D Integration + Sun Microsystems, Inc. + + JRefract Demo + Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component. + + + + + + + + + + + + + + diff --git a/jnlp-files/ParticleEngine.jnlp b/jnlp-files/ParticleEngine.jnlp new file mode 100644 index 0000000..5c0592f --- /dev/null +++ b/jnlp-files/ParticleEngine.jnlp @@ -0,0 +1,21 @@ + + + + JOGL Particle Engine Demo + Ben Chappell + + Particle Engine Demo + Particle Engine demonstration written in Java using JOGL. + + + + + + + + + + + + diff --git a/jnlp-files/ProceduralTexturePhysics.jnlp b/jnlp-files/ProceduralTexturePhysics.jnlp new file mode 100644 index 0000000..4d34459 --- /dev/null +++ b/jnlp-files/ProceduralTexturePhysics.jnlp @@ -0,0 +1,23 @@ + + + + JOGL Procedural Texture Physics Demo + Sun Microsystems, Inc. + + ProceduralTexturePhysics Demo + NVidia's ProceduralTexturePhysics demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/jnlp-files/TestTextRenderer.jnlp b/jnlp-files/TestTextRenderer.jnlp new file mode 100644 index 0000000..22ad58a --- /dev/null +++ b/jnlp-files/TestTextRenderer.jnlp @@ -0,0 +1,22 @@ + + + + TextRenderer Test + Sun Microsystems, Inc. + + TextRenderer Test + Simple test of TextRenderer, with text overlaid on Gears demo. + + + + + + + + + + + + + diff --git a/jnlp-files/TextCube.jnlp b/jnlp-files/TextCube.jnlp new file mode 100644 index 0000000..0461348 --- /dev/null +++ b/jnlp-files/TextCube.jnlp @@ -0,0 +1,22 @@ + + + + Text Cube + Sun Microsystems, Inc. + + Text Cube + Shows how to use the TextRenderer to draw 2D text in 3D. + + + + + + + + + + + + + diff --git a/jnlp-files/TextFlow.jnlp b/jnlp-files/TextFlow.jnlp new file mode 100644 index 0000000..9ad1b2d --- /dev/null +++ b/jnlp-files/TextFlow.jnlp @@ -0,0 +1,22 @@ + + + + Text Flow + Sun Microsystems, Inc. + + Text Flow + Shows how to use the TextRenderer to draw dynamically flowing text. + + + + + + + + + + + + + diff --git a/jnlp-files/VertexArrayRange.jnlp b/jnlp-files/VertexArrayRange.jnlp new file mode 100644 index 0000000..59ffcc6 --- /dev/null +++ b/jnlp-files/VertexArrayRange.jnlp @@ -0,0 +1,22 @@ + + + + JOGL Vertex Array Range Demo + Sun Microsystems, Inc. + + VertexArrayRange Demo + NVidia's vertex_array_range demo ported to Java and JOGL. + + + + + + + + + + + + + diff --git a/jnlp-files/VertexBufferObject.jnlp b/jnlp-files/VertexBufferObject.jnlp new file mode 100644 index 0000000..ec704b8 --- /dev/null +++ b/jnlp-files/VertexBufferObject.jnlp @@ -0,0 +1,22 @@ + + + + JOGL Vertex Buffer Object Demo + Sun Microsystems, Inc. + + VertexBufferObject Demo + NVidia's vertex_array_range demo ported to Java, JOGL, and ARB_vertex_buffer_object. + + + + + + + + + + + + + diff --git a/jnlp-files/VertexProgRefract.jnlp b/jnlp-files/VertexProgRefract.jnlp new file mode 100644 index 0000000..fbe54ab --- /dev/null +++ b/jnlp-files/VertexProgRefract.jnlp @@ -0,0 +1,23 @@ + + + + JOGL VertexProgRefract Demo + Sun Microsystems, Inc. + + VertexProgRefract Demo + NVidia's vtxprog_refract demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/jnlp-files/VertexProgWarp.jnlp b/jnlp-files/VertexProgWarp.jnlp new file mode 100644 index 0000000..ec20eea --- /dev/null +++ b/jnlp-files/VertexProgWarp.jnlp @@ -0,0 +1,23 @@ + + + + JOGL VertexProgWarp Demo + Sun Microsystems, Inc. + + VertexProgWarp Demo + NVidia's vtxprog_warp demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/jnlp-files/WorldWindBasicDemo.jnlp b/jnlp-files/WorldWindBasicDemo.jnlp new file mode 100644 index 0000000..4f213bf --- /dev/null +++ b/jnlp-files/WorldWindBasicDemo.jnlp @@ -0,0 +1,26 @@ + + + + World Wind Java Application + NASA + + World Wind Java Basic Demo + World Wind Java Application + + + + + + + + + + + + + + + diff --git a/jnlp-files/XTrans.jnlp b/jnlp-files/XTrans.jnlp new file mode 100644 index 0000000..a231ed1 --- /dev/null +++ b/jnlp-files/XTrans.jnlp @@ -0,0 +1,25 @@ + + + + JOGL XTrans (Accelerated Transition) Demo - JOGL/Java2D Integration + Sun Microsystems, Inc. + + XTrans Demo + Demo showing OpenGL-accelerated animated transitions of Swing components using the Java2D/JOGL bridge. + + + + + + + + + + + + + + + + diff --git a/jnlp-files/version.jnlp b/jnlp-files/version.jnlp new file mode 100644 index 0000000..2a36c6f --- /dev/null +++ b/jnlp-files/version.jnlp @@ -0,0 +1,20 @@ + + + + JOGL Version Info + Sun Microsystems, Inc. + + Version Info + + + + + + + + + + + + diff --git a/jnlp-files/worldwind.jnlp b/jnlp-files/worldwind.jnlp new file mode 100644 index 0000000..5eca29b --- /dev/null +++ b/jnlp-files/worldwind.jnlp @@ -0,0 +1,26 @@ + + + + World Wind Java Application + NASA + + World Wind Java Basic Demo + World Wind Java Application + + + + + + + + + + + + + + -- cgit v1.2.3