lwjgl/doc
Michael Pfaff 68e2ca0b76
Part 1/2
- Remove applet
- Remove webstart
- Refactor all generation to the `target` folder
- Remove eclipse-update
- Update java version in `.tool-versions`
- Update `.gitignore`
- Remove unused `res` folder
- Only macOS builds work currently
- TODO: finish the aforementioned changes to all other targets
- `build.sh` runs in headless mode to avoid the focus stealing and
  performance issues on macOS
2022-03-22 21:26:50 -04:00
..
3rdparty missing jogl license for GLU tesselation 2009-11-15 21:10:49 +00:00
CREDITS update credits 2011-10-06 21:11:46 +00:00
LICENSE updated and added license where needed 2008-04-07 18:44:46 +00:00
README updated text to match new location for windows. added solaris. 2009-04-30 18:40:25 +00:00
generator.txt Update doc/generator.txt 2006-05-16 11:32:45 +00:00
javadoc Part 1/2 2022-03-22 21:26:50 -04:00
lwjgl_hidden_switches.text Finalise implementation of HiDPI mode for OS X 2013-11-12 01:25:06 +00:00

README

This is the official readme file for lwjgl.

Unless otherwise stated, all files distributed or in SVN 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 some of the included tests:
 Extract the archive, and cd into directory
 (please substitute ; and \ according to platform)

  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 
  (this specifies that the jvm should locate the lwjgl native libs in 'native' directory)
  
 where TEST is some of the following: 
 
  org.lwjgl.test.WindowCreationTest
  org.lwjgl.test.SysTest
  org.lwjgl.test.DisplayTest
 
  org.lwjgl.test.input.MouseCreationTest
  org.lwjgl.test.input.MouseTest
  org.lwjgl.test.input.HWCursorTest
  org.lwjgl.test.input.KeyboardTest
  org.lwjgl.test.input.TestControllers
  
  org.lwjgl.test.openal.ALCTest
  org.lwjgl.test.openal.OpenALCreationTest
  org.lwjgl.test.openal.MovingSoundTest
  org.lwjgl.test.openal.PlayTest
  org.lwjgl.test.openal.PlayTestMemory
  org.lwjgl.test.openal.SourceLimitTest
  org.lwjgl.test.openal.PositionTest
  org.lwjgl.test.openal.StressTest
  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:
  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
  
Project Webpage: www.lwjgl.org
Project Forum: forum.lwjgl.org
Project SVN: https://java-game-lib.svn.sourceforge.net/svnroot/java-game-lib