|
From: Brian M. <ma...@us...> - 2003-03-02 22:09:21
|
Update of /cvsroot/java-game-lib/LWJGL/doc In directory sc8-pr-cvs1:/tmp/cvs-serv16030 Modified Files: README Log Message: added mo content Index: README CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/doc/README =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/doc/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- README 24 Dec 2002 09:42:27 -0000 1.2 +++ README 2 Mar 2003 22:09:15 -0000 1.3 @@ -1,5 +1,4 @@ -This is the official readme file for lwjgl, and is pretty much empty right -now :/ +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 @@ -8,4 +7,46 @@ 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 |