Yes, you heard it, lwjgl version 0.4 is released with the following changes (from the changelog):
Dynamic loading of OpenGL and OpenAL
- It is now possible to use parts of lwjgl, without requiring the user to have
OpenGL or OpenAL installed.
Caption bar in windowed mode:
- When not running in fullscreen mode, the window displayed, will have a caption
bar. This feature is work in progress, and will expand to better windowed support.
Bufixes:
- Many bugfixes, most notably the failure to create and register a window
Linux support:
- This release includes the first release for Linux.
NeHe tutorials:
- Also available is many of NeHe’s OpenGL tutorials - located in the examples.jar
More tests
- More tests added - check the org.lwjgl.test package
API Changes:
- DisplayMode/Display.create changed a bit
- ALUT is gone, now using WaveData class which loads via java.sound.sampled instead of native wav loader
- Added some missing gl/glx/glu functions
(We consider the library to be essentially feature complete, so this might very well be the last alpha release before we head for a real lwjgl 1.0)
- elias