lwjgl/doc
Elias Naur 250a87767f Removed Controller 2005-01-18 15:32:13 +00:00
..
changelogs 0.6 2003-05-04 20:57:12 +00:00
templates Templates showing the structure of the XML model files. Schemas that can be used to validate model files. 2004-09-29 02:03:18 +00:00
tutorial Removed EAX 2005-01-18 15:22:52 +00:00
CREDITS added Mark Bernard to credits 2004-10-27 17:00:23 +00:00
LICENSE updated 2004-01-31 12:57:25 +00:00
README Removed Controller 2005-01-18 15:32:13 +00:00
TODO *** empty log message *** 2003-03-27 17:27:26 +00:00
lwjgl_hidden_switches.text hidden switches 2004-12-13 17:10:26 +00:00
openal_c-to-java.html mod: changed text file to html, so that it can be included on website 2002-09-09 16:41:36 +00:00

README

This is the official readme file for lwjgl.

Unless otherwise stated, all files distributed or in CVS are covered by 
the license as stated in the LICENSE file. If you have not received this
file, please download it from the cvs server.

To run any openal tests, you need to download the media file too, and 
extract it to the root directory.

To run some of the included tests:
 Extract the archive, and cd into directory
 Extract the media files into lwjgl folder (only needed for openal tests)

  java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar;lwjgl_fmod3.jar; TEST
  or
  java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar;lwjgl_fmod3.jar; -Djava.library.path=. TEST 
  (this specifies that the jvm should locate the lwjgl native libs in current 
  directory)
  
 where TEST is one of the following: 
 
  org.lwjgl.test.input.MouseCreationTest
  org.lwjgl.test.input.MouseTest
  org.lwjgl.test.input.HWCursorTest
  org.lwjgl.test.input.KeyboardTest
  
  org.lwjgl.test.openal.ALCTest
  org.lwjgl.test.openal.OpenALCreationTest
  org.lwjgl.test.openal.MovingSoundTest
  org.lwjgl.test.openal.PlayTest
  org.lwjgl.test.openal.PlayTestMemory
  org.lwjgl.test.openal.SourceLimitTest
  org.lwjgl.test.openal.PositionTest
  org.lwjgl.test.openal.StressTest
  org.lwjgl.test.openal.SourceLimitTest
  
  org.lwjgl.test.opengl.FullScreenWindowedTest
  org.lwjgl.test.opengl.PbufferTest
  org.lwjgl.test.opengl.VBOIndexTest
  org.lwjgl.test.opengl.VBOTest
  
  org.lwjgl.test.opengl.pbuffers.PbufferTest
  
  org.lwjgl.test.opengl.shaders.ShadersTest

  [requires fmod dll (fmod.org)]  
  org.lwjgl.test.fmod3.CDDAPlayer
  org.lwjgl.test.fmod3.CDPlayer
  org.lwjgl.test.fmod3.DSPTest
  org.lwjgl.test.fmod3.MusicPlayer
  org.lwjgl.test.fmod3.NetTest
  org.lwjgl.test.fmod3.StreamPlayer
  org.lwjgl.test.fmod3.StreamTest
  org.lwjgl.test.fmod3.SyncTest
  
You may also run the Space invaders demo by executing:
  java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar; org.lwjgl.examples.spaceinvaders.Game
  
Project Webpage: www.lwjgl.org
Project Forum: forum.lwjgl.org
Project CVS: cvs.lwjgl.org