Lemur jar download

Until I can make a proper plugin, I thought I would make it easier for folks to try Lemur out without having to checkout the project and build it.

In light of that, here are some links:
-Library: http://jmonkeyplatform-contributions.googlecode.com/svn/trunk/Lemur/release/Lemur.jar
-Javadocs: http://jmonkeyplatform-contributions.googlecode.com/svn/trunk/Lemur/release/Lemur-javadoc.jar

To run you will also need:
-Guava: http://jmonkeyplatform-contributions.googlecode.com/svn/trunk/Lemur/lib/guava-12.0.jar
-The slf4j API: http://jmonkeyplatform-contributions.googlecode.com/svn/trunk/Lemur/lib/slf4j-api-1.7.5.jar

And one of the slf4j bindings (http://www.slf4j.org/), from here:
http://www.slf4j.org/dist/slf4j-1.7.5.zip
or here:
http://www.slf4j.org/dist/slf4j-1.7.5.tar.gz

If you don’t want to bother with that then you can just use the simple binding which I’ve put here:
http://jmonkeyplatform-contributions.googlecode.com/svn/trunk/Lemur/slf4j/slf4j-simple-1.7.5.jar

So, download Lemur, guava, the slf4j API, and slf4j binding… add them all as a project dependency and you are good to go.

Here is a really basic demo/example:
http://jmonkeyplatform-contributions.googlecode.com/svn/trunk/Lemur/src/com/simsilica/lemur/demo/BasicDemo.java

It is also built and included in the Lemur.jar and can be run directly as com.simsilica.lemur.demo.BasicDemo is all of the appropriate jars are on the classpath.

4 Likes

This is what the basic demo looks like if you run it:

Note to possible users: If you save the UI layout to a j3o file you should have limited editing possibilities in the SDK. Obviously some ways to add/remove things etc. will be missing but by making custom SceneExplorer actions and such things editing the GUI visually should be possible.
https://wiki.jmonkeyengine.org/legacy/doku.php/sdk#development

…which reminds me that I need to make sure that GuiControl saves properly to j3os. :slight_smile: