This commit is contained in:
Brian Matzon 2004-01-31 12:57:25 +00:00
parent 3bdbad11c6
commit a6fb05827c
3 changed files with 10 additions and 4 deletions

View File

@ -1,12 +1,17 @@
The following people have helped to make this project what it is today: The following people have helped to make this project what it is today:
active developers:
- Caspian Rychlik-Prince <cprince@shavenpuppy.com> - Caspian Rychlik-Prince <cprince@shavenpuppy.com>
- Brian Matzon <brian@matzon.dk> - Brian Matzon <brian@matzon.dk>
- Elias Naur <naur@odense.kollegienet.dk>
- Erik Duijs <eduijs@users.sourceforge.net>
- Ioannis Tsakpinis <spasi@users.sourceforge.net>
contributors:
- Niels Jørgensen <nj@niemo.com> - Niels Jørgensen <nj@niemo.com>
- Tristan Campbell <tristan@happypedestrian.com> - Tristan Campbell <tristan@happypedestrian.com>
- Gregory Pierce <gregorypierce@yahoo.com> - Gregory Pierce <gregorypierce@yahoo.com>
- Elias Naur <naur@odense.kollegienet.dk>
- Luke Holden <lholden@users.sf.net> - Luke Holden <lholden@users.sf.net>
additional credits goes to: additional credits goes to:
- Joseph I. Valenzuela [OpenAL] - Joseph I. Valenzuela [OpenAL stuff]
- Lev Povalahev [OpenGL Extensions] - Lev Povalahev [OpenGL Extensions]

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2002 Lightweight Java Game Library Project * Copyright (c) 2002-2004 Lightweight Java Game Library Project
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

View File

@ -11,9 +11,10 @@ To run some of the included tests:
Extract the archive, and cd into directory Extract the archive, and cd into directory
Extract the media files into lwjgl folder (only needed for openal tests) Extract the media files into lwjgl folder (only needed for openal tests)
LWJGL Tests:
java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO
where DEMO is one of the following: where DEMO is one of the following:
org.lwjgl.test.input.ControllerCreationTest (Requires attached Controller) org.lwjgl.test.input.ControllerCreationTest (Requires attached Controller)
org.lwjgl.test.input.ControllerTest (Requires attached Controller) org.lwjgl.test.input.ControllerTest (Requires attached Controller)
org.lwjgl.test.input.MouseCreationTest org.lwjgl.test.input.MouseCreationTest