lwjgl/doc/README

51 lines
1.8 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.
2003-03-02 17:09:15 -05:00
To run some of the included tests:
Extract the archive, and cd into directory
(please substitute ; and \ according to platform)
2003-03-02 17:09:15 -05:00
2006-02-21 17:11:49 -05:00
java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar;jar\jinput.jar; -Djava.library.path=native\<win32|linux|macosx> TEST
(this specifies that the jvm should locate the lwjgl native libs in 'native' directory)
2004-01-31 07:57:25 -05:00
2004-09-06 16:30:21 -04:00
where TEST is one of the following:
2004-01-31 07:57:25 -05:00
org.lwjgl.test.WindowCreationTest
org.lwjgl.test.SysTest
org.lwjgl.test.DisplayTest
2003-03-02 17:09:15 -05:00
org.lwjgl.test.input.MouseCreationTest
org.lwjgl.test.input.MouseTest
2004-09-06 16:30:21 -04:00
org.lwjgl.test.input.HWCursorTest
org.lwjgl.test.input.KeyboardTest
2005-08-18 09:48:43 -04:00
org.lwjgl.test.input.TestControllers
2004-09-06 16:30:21 -04:00
2003-03-02 17:09:15 -05:00
org.lwjgl.test.openal.ALCTest
2004-09-06 16:30:21 -04:00
org.lwjgl.test.openal.OpenALCreationTest
2003-03-02 17:09:15 -05:00
org.lwjgl.test.openal.MovingSoundTest
org.lwjgl.test.openal.PlayTest
org.lwjgl.test.openal.PlayTestMemory
org.lwjgl.test.openal.SourceLimitTest
2004-09-06 16:30:21 -04:00
org.lwjgl.test.openal.PositionTest
2003-03-02 17:09:15 -05:00
org.lwjgl.test.openal.StressTest
2004-09-06 16:30:21 -04:00
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
You may also run the Space invaders demo by executing:
2006-02-21 17:11:49 -05:00
java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native\<win32|linux|macosx> org.lwjgl.examples.spaceinvaders.Game
2003-03-02 17:09:15 -05:00
2004-04-13 16:09:12 -04:00
Project Webpage: www.lwjgl.org
Project Forum: forum.lwjgl.org
2005-01-18 10:22:52 -05:00
Project CVS: cvs.lwjgl.org