LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: CaptainJester on October 22, 2004, 01:52:19

Title: DevIL (OpenIL)
Post by: CaptainJester on October 22, 2004, 01:52:19
I have some DevIL code in LWJGL.  I just put in enough to load an image and get the data.  I ran a small test program and the image loaded and displayed as a texture fine.  I will check it into CVS soon (just want to clean it up a bit).

ps.  Special thanks to Matzon for helping me work the kinks out.
Title: DevIL (OpenIL)
Post by: Matzon on October 22, 2004, 05:15:49
excellent - do let me know if you need some testing and peer review
Title: DevIL (OpenIL)
Post by: princec on October 22, 2004, 10:29:34
I'd love to test the JPEG loader.

Cas :)
Title: DevIL (OpenIL)
Post by: CaptainJester on October 22, 2004, 10:49:59
Will definitely need some testing, especially on different platforms, as I only have a Windows machine.

Peer review couldn't hurt either.