October 2005 Update: The Eclipse team is taking up the OpenGL
torch and has released new experimental bindings.
Once these bindings become part of SWT then the bindings offered here will
be deprecated and no longer supported. A notice will be posted when this
occurs. The transition from these bindings to the ones provided by the Eclipse
team should be trivial as the structure of the code is almost identical.
An SWT OpenGL context for the Win32 and Linux + GTK / Motif platforms.
This context can be used with any OpenGL implementation (such
as LWJGL).
Please note: there is a problem using either Linux implementations with
16bit desktop (X) depths. We are currently working on the problem. In the
meanwhile, use 24bit or 32bit depths. Thank you Stephan Michels for all of
your help!
This release will work with LWJGL 0.90 and greater. The provided
smoke tests must be updated for this LWJGL change
to work with LWJGL 0.92 (no change to the binding is necessary). The
Win32 0.7.1 release below contains the necessary changes. The changes have
not yet been tested on Linux (hence no update) but they should work.
If you are using Linux, download the Win32 0.7.1 version and copy the
smoke tests.
The distribution comes with an old version of LWJGL. To upgrade to the
latest LWJGL version, download
the appropriate version and overwrite the default one.
A special thanks goes out to Igor Fedulov for all of his help testing
the Linux versions!!
A TGA image reader plugin for ImageIO.
This reader supports 8, 15, 16, 24, and 32 bit compressed (RLE) or uncompressed,
true color or color mapped targa images. Monochrome images are not supported.
June 1, 2006 update. It seems that people are running into Java bug
6331418.
The source below (v1.1.1) has a proposed workaround (see ImageLoader.java in the "test-java"
directory). There is no change to the plugin itself.