Code Search for Developers
 
 
  

demos.php from Lightweight Java Game Library at Krugle


Show demos.php syntax highlighted

<? require('_include/header.php'); ?>

<h1><a name="top">Demos</a></h1>
<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="jnlp/lwjgl-demo.php/examples.spaceinvaders.Game">launch</a> | <a href="jnlp/source.php?path=examples/spaceinvaders/Game.java" target="_blank">source</a>]
</pre>

<p>
	<b>Input</b>
</p>
<pre>
	TestControllers           [<a href="jnlp/lwjgl-demo.php/test.input.TestControllers">launch</a> | <a href="jnlp/source.php?path=test/input/TestControllers.java" target="_blank">source</a>]
	HWCursorTest              [<a href="jnlp/lwjgl-demo.php/test.input.HWCursorTest">launch</a> | <a href="jnlp/source.php?path=test/input/HWCursorTest.java" target="_blank">source</a>]
	KeyboardTest              [<a href="jnlp/lwjgl-demo.php/test.input.KeyboardTest">launch</a> | <a href="jnlp/source.php?path=test/input/KeyboardTest.java" target="_blank">source</a>]
	MouseCreationTest         [<a href="jnlp/lwjgl-demo.php/test.input.MouseCreationTest">launch</a> | <a href="jnlp/source.php?path=test/input/MouseCreationTest.java" target="_blank">source</a>]
	MouseTest                 [<a href="jnlp/lwjgl-demo.php/test.input.MouseTest">launch</a> | <a href="jnlp/source.php?path=test/input/MouseTest.java" target="_blank">source</a>]
</pre>

<p>
	<b>OpenAL</b>
</p>
<pre>
	ALCTest                   [<a href="jnlp/lwjgl-demo.php/test.openal.ALCTest">launch</a> | <a href="jnlp/source.php?path=test/openal/ALCTest.java" target="_blank">source</a>]
	MovingSoundTest           [<a href="jnlp/lwjgl-demo.php/test.openal.MovingSoundTest">launch</a> | <a href="jnlp/source.php?path=test/openal/MovingSoundTest.java" target="_blank">source</a>]
	OpenALCreationTest        [<a href="jnlp/lwjgl-demo.php/test.openal.OpenALCreationTest">launch</a> | <a href="jnlp/source.php?path=test/openal/OpenALCreationTest.java" target="_blank">source</a>]
	PlayTest                  [<a href="jnlp/lwjgl-demo.php/test.openal.PlayTest">launch</a> | <a href="jnlp/source.php?path=test/openal/PlayTest.java" target="_blank">source</a>]
	PlayTestMemory            [<a href="jnlp/lwjgl-demo.php/test.openal.PlayTestMemory">launch</a> | <a href="jnlp/source.php?path=test/openal/PlayTestMemory.java" target="_blank">source</a>]
	PositionTest              [<a href="jnlp/lwjgl-demo.php/test.openal.PositionTest">launch</a> | <a href="jnlp/source.php?path=test/openal/PositionTest.java" target="_blank">source</a>]
	SourceLimitTest           [<a href="jnlp/lwjgl-demo.php/test.openal.SourceLimitTest">launch</a> | <a href="jnlp/source.php?path=test/openal/SourceLimitTest.java" target="_blank">source</a>]
	StressTest                [<a href="jnlp/lwjgl-demo.php/test.openal.StressTest">launch</a> | <a href="jnlp/source.php?path=test/openal/StressTest.java" target="_blank">source</a>]
</pre>

<p>
	<b>OpenGL</b>
</p>
<pre>
	FullScreenWindowedTest    [<a href="jnlp/lwjgl-demo.php/test.opengl.FullScreenWindowedTest">launch</a> | <a href="jnlp/source.php?path=test/opengl/FullScreenWindowedTest.java" target="_blank">source</a>]
	PbufferTest               [<a href="jnlp/lwjgl-demo.php/test.opengl.PbufferTest">launch</a> | <a href="jnlp/source.php?path=test/opengl/PbufferTest.java" target="_blank">source</a>]
	VBOIndexTest              [<a href="jnlp/lwjgl-demo.php/test.opengl.VBOIndexTest">launch</a> | <a href="jnlp/source.php?path=test/opengl/VBOIndexTest.java" target="_blank">source</a>]
	VBOTest                   [<a href="jnlp/lwjgl-demo.php/test.opengl.VBOTest">launch</a> | <a href="jnlp/source.php?path=test/opengl/VBOTest.java" target="_blank">source</a>]
	GLGears                   [<a href="jnlp/lwjgl-demo.php/test.opengl.Gears">launch</a> | <a href="jnlp/source.php?path=test/opengl/Gears.java" target="_blank">source</a>]
</pre>

<p>
	<b>FMOD</b>
</p>
<pre>
	NetTest                   [<a href="jnlp/lwjgl-demo.php/test.fmod3.NetTest">launch</a> | <a href="jnlp/source.php?path=test/fmod3/NetTest.java" target="_blank">source</a>]
	StreamPlayerMemory        [<a href="jnlp/lwjgl-demo.php/test.fmod3.StreamPlayerMemory">launch</a> | <a href="jnlp/source.php?path=test/fmod3/StreamPlayerMemory.java" target="_blank">source</a>]
</pre>

<p>
	<b>org.lwjgl</b>
</p>
<pre>
	SysTest                   [<a href="jnlp/lwjgl-demo.php/test.SysTest">launch</a> | <a href="jnlp/source.php?path=test/SysTest.java" target="_blank">source</a>]
	DisplayTest               [<a href="jnlp/lwjgl-demo.php/test.DisplayTest">launch</a> | <a href="jnlp/source.php?path=test/DisplayTest.java" target="_blank">source</a>]
	WindowCreationTest        [<a href="jnlp/lwjgl-demo.php/test.WindowCreationTest">launch</a> | <a href="jnlp/source.php?path=test/WindowCreationTest.java" target="_blank">source</a>]
</pre>

<? require('_include/footer.php'); ?>



See more files for this project here

Lightweight Java Game Library

A Java Game Library extension: 1. Handles the graphics, sound, and input simply 2. Wraps OpenGL, OpenAL, fmod3 and DevIL 3. Hires timers LWJGL currently supports Linux, Mac OS X (10.2 and above) and Windows (98 and above).

Project homepage: http://sourceforge.net/projects/java-game-lib
Programming language(s): C,Java
License: other

  _files/
    tutorials/
      openal_devmaster_lesson1.zip
      openal_devmaster_lesson2.zip
      openal_devmaster_lesson3.zip
      openal_devmaster_lesson5.zip
  _gfx/
    installation/
      eclipse-1.png
      eclipse-2.png
      eclipse-3.png
      eclipse-4.png
      jcreator-1.jpg
      jcreator-2.jpg
      jcreator-3.jpg
      netbeans-1.png
      netbeans-2.png
      netbeans-3.png
    projects/
      alienflux_1.jpg
      alienflux_2.jpg
      alienflux_3.jpg
      alienflux_small_1.jpg
      alienflux_small_2.jpg
      alienflux_small_3.jpg
      cultris_1.jpg
      cultris_2.jpg
      cultris_3.jpg
      cultris_small_1.jpg
      cultris_small_2.jpg
      cultris_small_3.jpg
      diamond_crush_1.jpg
      diamond_crush_2.jpg
      diamond_crush_3.jpg
      diamond_crush_small_1.jpg
      diamond_crush_small_2.jpg
      diamond_crush_small_3.jpg
      dragon_forever_1.png
      dragon_forever_2.png
      dragon_forever_3.png
      dragon_forever_small_1.png
      dragon_forever_small_2.png
      dragon_forever_small_3.png
      drommi_small_1.jpg
      drommi_small_2.jpg
      drommi_small_3.jpg
      extorris_1.jpg
      extorris_2.jpg
      extorris_3.jpg
      extorris_small_1.jpg
      extorris_small_2.jpg
      extorris_small_3.jpg
      hz_1.jpg
      hz_2.jpg
      hz_3.jpg
      hz_small_1.jpg
      hz_small_2.jpg
      hz_small_3.jpg
      illuminati_1.jpg
      illuminati_2.jpg
      illuminati_3.jpg
      illuminati_small_1.jpg
      illuminati_small_2.jpg
      illuminati_small_3.jpg
      jglmark_1.jpg
      jglmark_2.jpg
      jglmark_3.jpg
      jglmark_small_1.jpg
      jglmark_small_2.jpg
      jglmark_small_3.jpg
      keith_goes_painting_1.jpg
      keith_goes_painting_2.jpg
      keith_goes_painting_3.jpg
      keith_goes_painting_small_1.jpg
      keith_goes_painting_small_2.jpg
      keith_goes_painting_small_3.jpg
      monstrumo_1.jpg
      monstrumo_2.jpg
      monstrumo_3.jpg
      monstrumo_small_1.jpg
      monstrumo_small_2.jpg
      monstrumo_small_4.jpg
      puppytron_1.jpg
      puppytron_2.jpg
      puppytron_3.jpg
      puppytron_small_1.jpg
      puppytron_small_2.jpg
      puppytron_small_3.jpg
      slam_soccer_2006_1.jpg
      slam_soccer_2006_2.jpg
      slam_soccer_2006_3.jpg
      slam_soccer_2006_small_1.jpg
      slam_soccer_2006_small_2.jpg
      slam_soccer_2006_small_3.jpg
      starship2d_1.jpg
      starship2d_2.jpg
      starship2d_3.jpg
      starship2d_small_1.jpg
      starship2d_small_2.jpg
      starship2d_small_3.jpg
      strategic_tetris_1.jpg
      strategic_tetris_2.jpg
      strategic_tetris_3.jpg
      strategic_tetris_small_1.jpg
      strategic_tetris_small_2.jpg
      strategic_tetris_small_3.jpg
      subhunt_1.jpg
      subhunt_2.jpg
      subhunt_3.jpg
      subhunt_small_1.jpg
      subhunt_small_2.jpg
      subhunt_small_3.jpg
      superdudester_1.jpg
      superdudester_2.jpg
      superdudester_3.jpg
      superdudester_small_1.jpg
      superdudester_small_2.jpg
      superdudester_small_3.jpg
      technopolies_1.jpg
      technopolies_2.jpg
      technopolies_3.jpg
      technopolies_small_1.jpg
      technopolies_small_2.jpg
      technopolies_small_3.jpg
      titan_attacks_1.jpg
      titan_attacks_2.jpg
      titan_attacks_3.jpg
      titan_attacks_small_1.jpg
      titan_attacks_small_2.jpg
      titan_attacks_small_3.jpg
      tribaltrouble_1.jpg
      tribaltrouble_2.jpg
      tribaltrouble_3.jpg
      tribaltrouble_small_1.jpg
      tribaltrouble_small_2.jpg
      tribaltrouble_small_3.jpg
      typhoon_1.png
      typhoon_2.png
      typhoon_3.png
      typhoon_small_1.png
      typhoon_small_2.png
      typhoon_small_3.png
      ultratron_1.jpg
      ultratron_2.jpg
      ultratron_3.jpg
      ultratron_small_1.jpg
      ultratron_small_2.jpg
      ultratron_small_3.jpg
      vermins_1.jpg
      vermins_2.jpg
      vermins_small_1.jpg
      vermins_small_2.jpg
    tutorials/
      openal/
    background.png
    borderBottom.png
    borderLeft.png
    borderRight.png
    borderTop.png
    button_backwards.png
    button_forwards.png
    button_javanet.png
    button_openal.png
    button_opengl.png
    button_sourceforge.png
    cornerBL.png
    cornerBR.png
    cornerTL.png
    cornerTR.png
    logo.png
    mesh.png
    paypal.png
    seperator.png
  _include/
    footer.php
    header.php
  changelogs/
    0.10-changelog.txt
    0.20-changelog.txt
    0.30-changelog.txt
    0.40-changelog.txt
    0.50-changelog.txt
    0.60-changelog.txt
    0.70-changelog.txt
    0.80-changelog.txt
    0.89-changelog.txt
    0.90-changelog.txt
    0.92-changelog.txt
    0.93-changelog.txt
    0.94-changelog.txt
    0.95-changelog.txt
    0.96-changelog.txt
    0.97-changelog.txt
    0.98-changelog.txt
    0.99-changelog.txt
    1.0-changelog.txt
    1.0-rc1-changelog.txt
    1.0beta-changelog.txt
    1.0beta2-changelog.txt
    1.0beta3-changelog.txt
    1.0beta4-changelog.txt
    1.1-changelog.txt
    1.1.1-changelog.txt
    full-changelog.txt
  jnlp/
    logo.png
    lwjgl-demo.php
    lwjgl.jar
    lwjgl_fmod3.jar
    lwjgl_linux.jar
    lwjgl_media.jar
    lwjgl_test.jar
    lwjgl_util.jar
    lwjgl_win32.jar
    source.php
  about.php
  changelog.php
  contact.php
  credits.php
  demos.php
  documentation.php
  documentation_openal_01.php
  documentation_openal_02.php
  documentation_openal_03.php
  documentation_openal_04.php
  documentation_openal_05.php
  documentation_openal_06.php
  documentation_openal_07.php
  donations.php
  download.php
  faq.php
  favicon.ico
  index.php
  installation.php
  irclog_browse.php
  license.php
  links.php
  picpopup.php
  projects.php
  shop.php
  style.css