Is there a slick-util replacement for lwjgl3?

Started by Twk Amz, May 01, 2015, 17:36:32

Previous topic - Next topic

Twk Amz

Hi, I'm trying to get into lwjgl3 and noticed that slick util only works with lwjgl2. So, I wanted to know if there's any similar library that works with lwjgl3 or I should do all the asset loading functions myself.

Any help apreciated!

Twk Amz

Quote from: Twk Amz on May 01, 2015, 17:36:32
Hi, I'm trying to get into lwjgl3 and noticed that slick util only works with lwjgl2. So, I wanted to know if there's any similar library that works with lwjgl3 or I should do all the asset loading functions myself.

Any help apreciated!

OK! I downloaded slick-util3 and noticed it didn't work with lwjgl 3.0.0a(wtf?!). So I fixed some code and recompiled, here's the working version of slick-util3: http://www.mediafire.com/download/p7c939g22j3qxuv/lwjgl3+slick.zip

EDIT: by "fixed some code" I mean changing function calls with wrong arguments. Eg, replacing "alSourceStop(intbuffer)" with "alSourceStopv(intbuffer)", I actually didn't do the hard work here  ;) .

Tankernn

Thank you! You're a real life-saver! :)

FOEVERGOD73

Thank you so much. Just registered an account to thank you.  ;D