You are browsing the archive for gui - jMonkeyEngine.org.

jMonkeyEngine 3.0 gets a very nifty GUI

April 6, 2010 in Feature

For those who haven’t heard, NiftyGUI is a powerful and flexible GUI library for games and multimedia applications. I have taken some time to write a complete implementation of NiftyGUI for jME3.  This means you can now write user interfaces for jME3 easily by using this library! Nifty uses XML internally, so no Java experience required to make the guis, plus it supports a wide range of effects and styles. Update from SVN and check jme3test.niftygui.TestNiftyGui to see the official tutorial demo running in jME3.
NiftyGUI - Controls

Also an mention should also be given to some efforts to get Nifty to work in jME2. void256, the creator of NiftyGUI himself is directing that implementation. An attempt is already in NiftyGUI SVN. It isn’t ready for use yet, but it will be soon.