README 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. This is the official readme file for lwjgl.
  2. Unless otherwise stated, all files distributed or in SVN are covered by
  3. the license as stated in the LICENSE file. If you have not received this
  4. file, please download it from the cvs server.
  5. To run some of the included tests:
  6. Extract the archive, and cd into directory
  7. (please substitute ; and \ according to platform)
  8. java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\jinput.jar; -Djava.library.path=native\<windows|linux|macosx|solaris> TEST
  9. (this specifies that the jvm should locate the lwjgl native libs in 'native' directory)
  10. where TEST is some of the following:
  11. org.lwjgl.test.WindowCreationTest
  12. org.lwjgl.test.SysTest
  13. org.lwjgl.test.DisplayTest
  14. org.lwjgl.test.input.MouseCreationTest
  15. org.lwjgl.test.input.MouseTest
  16. org.lwjgl.test.input.HWCursorTest
  17. org.lwjgl.test.input.KeyboardTest
  18. org.lwjgl.test.input.TestControllers
  19. org.lwjgl.test.openal.ALCTest
  20. org.lwjgl.test.openal.OpenALCreationTest
  21. org.lwjgl.test.openal.MovingSoundTest
  22. org.lwjgl.test.openal.PlayTest
  23. org.lwjgl.test.openal.PlayTestMemory
  24. org.lwjgl.test.openal.SourceLimitTest
  25. org.lwjgl.test.openal.PositionTest
  26. org.lwjgl.test.openal.StressTest
  27. org.lwjgl.test.openal.SourceLimitTest
  28. org.lwjgl.test.opengl.FullScreenWindowedTest
  29. org.lwjgl.test.opengl.PbufferTest
  30. org.lwjgl.test.opengl.VBOIndexTest
  31. org.lwjgl.test.opengl.VBOTest
  32. org.lwjgl.test.opengl.pbuffers.PbufferTest
  33. org.lwjgl.test.opengl.shaders.ShadersTest
  34. You may also run the Space invaders demo by executing:
  35. java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native\<windows|linux|macosx|solaris> org.lwjgl.examples.spaceinvaders.Game
  36. Project Webpage: www.lwjgl.org
  37. Project Forum: forum.lwjgl.org
  38. Project SVN: https://java-game-lib.svn.sourceforge.net/svnroot/java-game-lib