
Sample Applications using LWJGL (Lightweight Java Game Library: lwjgl.org)

These demo programs and the GLApp code are released under a Simplified BSD license.
See the LICENSE.txt file for details.

napier@potatoland.org

January 2009

==============================================

To run:

	Double-click run.bat to start  (Edit run.bat to change Demo)

	or:   

	java -cp .;lwjgl.jar;lwjgl_util.jar gldemo.GLApp_Demo_HelloWorld

	                      GLApp_DemoLight  
	                      GLApp_DemoOrtho  
	                      GLApp_DemoModel
	                      GLApp_DemoCamera  
	                      GLApp_DemoSound
	                      GLApp_DemoText

Requires:

	LWJGL library version 2 
		JAR files:  
			lwjgl.jar, lwjgl_util.jar
		Native Library:
			for Win32: lwjgl.dll and OpenAL32.dll
			for Mac: liblwjgl.jnilib and openal.dylib
			
	Java JRE version 1.5 or higher


