lwjgl/doc/README

39 lines
1.4 KiB
Plaintext
Raw Normal View History

2003-03-02 17:09:15 -05:00
This is the official readme file for lwjgl.
2002-09-03 15:58:49 -04:00
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.
2002-12-24 04:42:27 -05:00
To run any openal tests, you need to download the media file too, and
extract it to the root directory.
2003-03-02 17:09:15 -05:00
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_test.jar;lwjgl.jar; DEMO
2004-04-13 16:09:12 -04:00
or
java -cp .;lwjgl_test.jar;lwjgl.jar; -Djava.library.path=. DEMO
(this specifies that the jvm should locate the lwjgl libs in current
directory)
2004-01-31 07:57:25 -05:00
2003-03-02 17:09:15 -05:00
where DEMO is one of the following:
2004-01-31 07:57:25 -05:00
2003-03-02 17:09:15 -05:00
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.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
2004-04-13 16:09:12 -04:00
Project Webpage: www.lwjgl.org
Project Forum: forum.lwjgl.org
Project CVS: cvs.lwjgl.org