LWJGL Forum

Archive => DevIL => Topic started by: Otinu on December 19, 2006, 06:19:25

Title: Where is Devil?
Post by: Otinu on December 19, 2006, 06:19:25
Hi, i downloaded lesson 17 off nehe to have a look at texture loading, but it requires Devil. From the look of it it should be in the lwjgl.jar, but I can't seem to see it - i have all the latest lwjgl jar files. Where do I get the Devil Jar from please?

Cheers,

Andy
Title: Re: Where is Devil?
Post by: Matzon on December 19, 2006, 07:19:52
Devil is in the optional package
Title: Re: Where is Devil?
Post by: Otinu on December 20, 2006, 05:29:26
Thanks very much, got it and got the nehe tutorial going now
Title: Re: Where is Devil?
Post by: julien.1486 on February 18, 2009, 12:17:16
Hi there !

Where this optionnal package can be found ?
The link in the "Download" section is for download the latest version of lwjgl only  :-[

Thanks for your help !  ;)

Edit: whoops, the answer has been posted here : http://lwjgl.org/forum/index.php/topic,2825.0.html (http://lwjgl.org/forum/index.php/topic,2825.0.html)

So, it's not possible tu use Devil with lwjgl now ?   :'(
Title: Re: Where is Devil?
Post by: kappa on February 18, 2009, 12:33:50
Since LWJGL 2.0 Devil and Fmod have been removed and are no longer supported.

An alternative is available which is known as Slick-Util this should cover both your texture and sound loading needs, it can be found at http://slick.cokeandcode.com/downloads/util/ with the javadoc at http://slick.cokeandcode.com/javadoc-util/ the download package includes working examples on how to use slick-util.
Title: Re: Where is Devil?
Post by: julien.1486 on February 18, 2009, 12:42:35
Thanks for your answer, javalwjgl  ;)
Title: Re: Where is Devil?
Post by: fmrfirebird on February 20, 2009, 21:59:24
Hello,

I was intersted using DeviL for its DDS support. Now what solution can have I ?

Thanks