Menu

Tree [r2076] / trunk / LWJGL / doc /
 History

HTTPS access


File Date Author Commit
 3rdparty 2005-06-29 matzon [r2076] added licenses
 changelogs 2003-05-04 matzon [r573] 0.6
 templates 2004-09-29 captainjester [r1486] Templates showing the structure of the XML mode...
 CREDITS 2005-06-29 matzon [r2075] added comment about 3rd party library usage and...
 LICENSE 2005-01-25 matzon [r1782] it's 2005! :)
 README 2005-03-30 matzon [r1960] removed reference to lwjgl_media, extracted int...
 generator.txt 2005-02-16 elias_naur [r1836] Made the gl caps flags auto-generated and moved...
 lwjgl_hidden_switches.text 2005-03-29 matzon [r1951] moved Sys.log to LWJGLUtils and renamed propert...

Read Me

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
file, please download it from the cvs server.

Please note that DevIL and OpenAL are distributed along side. Their license is also included.
If you want to use FMOD you must download the binary from their site: http://fmod.org. Please
note that FMOD is a commercial offering and you must accept their license before using.

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\lwjgl_fmod3.jar;jar\lwjgl_devil.jar; -Djava.library.path=native TEST 
  (this specifies that the jvm should locate the lwjgl native libs in 'native' directory)
  
 where TEST is one 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.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

  [requires fmod dll (fmod.org)]  
  org.lwjgl.test.fmod3.CDDAPlayer
  org.lwjgl.test.fmod3.CDPlayer
  org.lwjgl.test.fmod3.DSPTest
  org.lwjgl.test.fmod3.MusicPlayer
  org.lwjgl.test.fmod3.NetTest
  org.lwjgl.test.fmod3.StreamPlayer
  org.lwjgl.test.fmod3.StreamTest
  org.lwjgl.test.fmod3.SyncTest
  
  org.lwjgl.test.devil.BasicTest
  
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 org.lwjgl.examples.spaceinvaders.Game
  
Project Webpage: www.lwjgl.org
Project Forum: forum.lwjgl.org
Project CVS: cvs.lwjgl.org
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.