README.md edited online with Bitbucket

This commit is contained in:
zilti@lyrion.ch 2015-01-17 06:16:06 +00:00
parent ce2f885f4c
commit de9e165e2f
1 changed files with 6 additions and 2 deletions

View File

@ -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."}]}]}])
```
```