LibFX 0.2.1 Released

Release post for LibFX 0.2.1 including pointers to GitHub, feature descriptions, Maven coordinates and the Javadoc.

I released LibFX 0.2.1 yesterday! It contains a bugfix in Nestings.

Getting Started

If you want to find out about LibFX check out the wiki on GitHub. It has an article for each feature explaining the concept, giving some examples and pointing to the best resource in the code to get started.

Most key features also have self-contained demos, which can be found in their own source folder.

Finally, there's extensive Javadoc under libfx.codefx.org/javadoc.

Getting LibFX 0.2.1

You can get LibFX 0.2.1 here:

<dependency>
	<groupId>org.codefx.libfx</groupId>
	<artifactId>LibFX</artifactId>
	<version>0.2.1</version>
</dependency>
compile 'org.codefx.libfx:LibFX:0.2.1'

LibFX is licensed under GLP 3.0 but other arrangements can be made - just shoot me an email.