<? require('_include/header.php'); ?>
<h1><a name="top">Demos</a></h1>
<p>
Please visit <a href="/applet">this link</a> to start the applet based LWJGL demo.
</p>
<p>
Below you find a list of webstartable demos of LWJGL, all from the org.lwjgl.test.* package<br/><br/>
<b>Space Invaders</b><br/><br/>
This is the Space Invaders originally by Kevin Glass (<a href="http://www.cokeandcode.com/info/tut2d-4.html" target="_blank">http://www.cokeandcode.com/info/tut2d-4.html</a>).
</p>
<pre>
Game [<a href="webstart/demo.php/examples.spaceinvaders.Game">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/examples/spaceinvaders/Game.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
</pre>
<p>
<b>Input</b>
</p>
<pre>
TestControllers [<a href="webstart/demo.php/test.input.TestControllers">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/input/TestControllers.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
HWCursorTest [<a href="webstart/demo.php/test.input.HWCursorTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/input/HWCursorTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
KeyboardTest [<a href="webstart/demo.php/test.input.KeyboardTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/input/KeyboardTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
MouseCreationTest [<a href="webstart/demo.php/test.input.MouseCreationTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/input/MouseCreationTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
MouseTest [<a href="webstart/demo.php/test.input.MouseTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/input/MouseTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
</pre>
<p>
<b>OpenAL</b>
</p>
<pre>
ALCTest [<a href="webstart/demo.php/test.openal.ALCTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/ALCTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
MovingSoundTest [<a href="webstart/demo.php/test.openal.MovingSoundTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/MovingSoundTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
OpenALCreationTest [<a href="webstart/demo.php/test.openal.OpenALCreationTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/OpenALCreationTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
PlayTest [<a href="webstart/demo.php/test.openal.PlayTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/PlayTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
PlayTestMemory [<a href="webstart/demo.php/test.openal.PlayTestMemory">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/PlayTestMemory.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
PositionTest [<a href="webstart/demo.php/test.openal.PositionTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/PositionTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
SourceLimitTest [<a href="webstart/demo.php/test.openal.SourceLimitTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/SourceLimitTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
StressTest [<a href="webstart/demo.php/test.openal.StressTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/openal/StressTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
</pre>
<p>
<b>OpenGL</b>
</p>
<pre>
FullScreenWindowedTest [<a href="webstart/demo.php/test.opengl.FullScreenWindowedTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/opengl/FullScreenWindowedTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
PbufferTest [<a href="webstart/demo.php/test.opengl.PbufferTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/opengl/PbufferTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
VBOIndexTest [<a href="webstart/demo.php/test.opengl.VBOIndexTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/opengl/VBOIndexTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
VBOTest [<a href="webstart/demo.php/test.opengl.VBOTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/opengl/VBOTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
GLGears [<a href="webstart/demo.php/test.opengl.Gears">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/opengl/Gears.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
</pre>
<p>
<b>org.lwjgl</b>
</p>
<pre>
SysTest [<a href="webstart/demo.php/test.SysTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/SysTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
DisplayTest [<a href="webstart/demo.php/test.DisplayTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/DisplayTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
WindowCreationTest [<a href="webstart/demo.php/test.WindowCreationTest">launch</a> | <a href="http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/LWJGL/src/java/org/lwjgl/test/WindowCreationTest.java?rev=HEAD&content-type=text/vnd.viewcvs-markup" target="_blank">source</a>]
</pre>
<? require('_include/footer.php'); ?>