In case you haved missed it …

// April 7th, 2010 // Uncategorized

… some very interessting developments are on the way:

http://jmonkeyengine.com/blog/blog/2010/04/06/jmonkeyengine-3-0-gets-a-very-nifty-gui/

http://www.jmonkeyengine.com/forum/index.php?topic=11246.msg98829#msg98829

:)

And besides that, the current Nifty SVN has all dependencies to LWJGL and Slick2D removed! :D Nifty is now completly independent of the actual rendering system!

There is a lwjgl-slick2d renderer already available here:
http://nifty-gui.svn.sourceforge.net/viewvc/nifty-gui/nifty-lwjgl-slick-renderer/trunk/

There is a work in progress JME2 renderer available here:
http://nifty-gui.svn.sourceforge.net/viewvc/nifty-gui/nifty-jme-renderer/trunk/

And the friendly people over at http://www.jmonkeyengine.com/ are already working on a JME3 nifty renderer too! :)

If you want to create your own Nifty renderer for some other rendering system, well, you can do that now too!

Take a look at the http://nifty-gui.svn.sourceforge.net/viewvc/nifty-gui/nifty/trunk/src/main/java/de/lessvoid/nifty/spi/ ServiceProviderInterface for Nifty rendering. What about a Java2D implementation? :D

void

One Response to “In case you haved missed it …”

  1. lutherion says:

    Hi all,

    i tried to get nifty working but it seems to be very difficult.

    I have a ListBox with items and can only get if there is a mouseclick (over the method invoke), but not which item or something(seems to be no params are allowed). Furthermore there are no abstract classes or interfaces to implement so the only way is to read all the sources and try. A tutorial would be nice, and i mean not the web start tutorial which looks nice, for real programming i need a practical “how to”, which i can’t find on the inet. Nifty looks very nice, but seems to be difficult to extent and use, especially for newbies. Go on and thx for the time to spend for the real good looking stuff.

Leave a Reply