LWJGL Renderer updated to LWJGL 2.8.1

// November 6th, 2011 // Uncategorized

Thanks to the work of Gemserk LWJGL is now available in the central Maven repo!

So, switching to a new LWJGL version was actually very easy. I’ve just changed the existing dependencies in the pom.xml for the nifty-lwjgl-renderer project to:


  org.lwjgl.lwjgl
  lwjgl
  2.8.1


  org.lwjgl.lwjgl
  lwjgl_util
  2.8.1

and that’s all! :D

As an additional benefit they created a natives plugin that will unpack all of the LWJGL natives in the target/natives directory. When combined with an eclipse plugin this will even add the natives to the native library location inside of Eclipse and … that’s all! :D

I’ve added it to the nifty-examples pom.xml and now you don’t need to manually specify the “-Djava.library.path= ” setting when you run any of the examples anymore! Works pretty well!

Great work Gemserk!
void

4 Responses to “LWJGL Renderer updated to LWJGL 2.8.1”

  1. arielsan says:

    Glad that it worked so well :D

  2. Jeff says:

    Any plans to improve performance of nifty gui to run in a small environment such as android?

    • void says:

      Yes and no :)

      Well, Android was not a target plattform while developing Nifty. This being said, Nifty 1.3.1 improved especially GC performance a lot and this version of Nifty should therefore work a lot better on Android too. It’s not available yet but you can try it using a nightly build.

      On the other hand there have been movements to bring JME3 (and the Nifty that comes with JME3) to Android. I’m not sure what the current state of this is though but I’m sure that you can find more informations about it on the jmonkeyengine websites.

Leave a Reply