From de9e165e2fa78becd32b1571caf2b97c31c6fd5a Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 17 Jan 2015 06:16:06 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8cd2c..c492e7f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ A Clojure extension to make working with [JavaFX](http://download.java.net/jdk8/ ## Features -This is in a very early state, so there isn't much yet. Take a look at the [ClojureFX wiki](https://bitbucket.org/zilti/clojurefx/wiki/Home) to find out what's done already. +This is in a very early state, so there isn't much yet. Take a look at the [ClojureFX wiki](https://bitbucket.org/zilti/clojurefx/wiki/Home). + +* Declarative EDN GUI structure compilation +* FXML loading and scripting +* Turn a scene graph into a flat id-node-map and/or get nodes by id out of a scene graph ### Declarative UI programming @@ -25,4 +29,4 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj Label {:text "I'm ClojureFX!"} HBox {:id "HorizontalBox" :children [Button {:text "Alright."}]}]}]) -``` +``` \ No newline at end of file