lwjgl/doc
root c871760de3 This commit was manufactured by cvs2svn to create tag 'lwjgl06a'. 2003-05-04 20:57:12 +00:00
..
changelogs 0.6 2003-05-04 20:57:12 +00:00
tutorial updated to reflect version in website folder 2003-04-27 21:46:30 +00:00
CREDITS credit due, where credit is due 2002-12-21 12:09:02 +00:00
LICENSE Lightweight actually spelled right! 2002-12-21 12:08:27 +00:00
README added mo content 2003-03-02 22:09:15 +00:00
TODO *** empty log message *** 2003-03-27 17:27: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)

 NeHe ports:
  java -cp .;examples.jar;lwjgl.jar; DEMO 
 where DEMO is one of the following: 
  BitmapFonts
  Blending
  DisplayLists
  FiltersLightingAndControl
  FirstPersonWorld
  FlagEffect
  Fog
  MovingStarBitmaps
  Polygon
  PolygonColored
  PolygonColoredRotating3D
  PolygonColoredRotating
  Quadrics
  TextureMapping
  
 LWJGL Tests:
  java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO
 where DEMO is one of the following: 
  org.lwjgl.test.input.ControllerCreationTest (Requires attached Controller)
  org.lwjgl.test.input.ControllerTest (Requires attached Controller)
  org.lwjgl.test.input.MouseCreationTest
  org.lwjgl.test.input.MouseTest
  org.lwjgl.test.openal.ALCTest
  org.lwjgl.test.openal.ALTest
  org.lwjgl.test.openal.ALCTest
  org.lwjgl.test.openal.EAXTest (Requires EAX compatible hardware)
  org.lwjgl.test.openal.MovingSoundTest
  org.lwjgl.test.openal.PlayTest
  org.lwjgl.test.openal.PlayTestMemory
  org.lwjgl.test.openal.SourceLimitTest
  org.lwjgl.test.openal.StressTest
  org.lwjgl.test.opengl.Grass (Requires nVidia hardware)
  org.lwjgl.test.opengl.Game
  org.lwjgl.test.vector.MathTest
  
Project Webpage: http://sourceforge.net/projects/java-game-lib