void256 bio photo

void256

Email Twitter

Nifty 1.4 contains numerous bugfixes and features. However, you should view it as a more stable and grown up Nifty 1.3 and not as something completely new. That being said, there might be some minor compile-time incompatibilities with 1.3.x but it shouldn't be nothing too serious.

Kudos to the following 1.4 committers. Most of the new features like the libGDX renderer (Martin Karing) or a complete refactoring of the batched renderer (Aaron Mahan) - which now even supports multiple texture atlases - was only possible because of the hard work of the following people (alphabetical order):

Aaron Mahan
Alexander Tumin
Guillaume Simard
Illarion Jenkins - CI
Joachim Durchholz
Jonathan Fischer Friberg
Joris van der Wel
Julien Gouesse
Mark
Martin Karing
Stefan Hofmann
Tony Ivanov
Torge Rothe
Xerxes Rånby
Zehao Sun
bgroenks
relu91
vilarion

THANK YOU!

Here are the download links for Nifty 1.4.0:

Nifty 1.4.0 change log (sf.net)</a>
Nifty 1.4.0 Download Folder at sf.net</a>
Nifty 1.4.0 Maven Projects Page (browse the JavaDoc online!)</a>
Nifty 1.4.0 on github (browse source online)</a></p>

For all Maven users: Simply add our sf.net Nifty Maven Repo to your pom.xml:



nifty-maven-repo.sourceforge.net</id>
http://nifty-gui.sourceforge.net/nifty-maven-repo</url>
</repository>
</repositories></code></p>

and upgrade your dependency to 1.4.0:


lessvoid</groupId>
nifty</artifactId>
1.4.0</version>
</dependency>
</code></p>

Have a lot of fun with Nifty 1.4.0! The best Nifty since Nifty ;-)
void