README.md edited online with Bitbucket

This commit is contained in:
zilti@lyrion.ch 2015-01-19 15:07:51 +00:00
parent 181d0d5156
commit 1bd56696af
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj
* Declarative EDN GUI structure compilation
* FXML loading and scripting
* Simplified event binding (bind a Clojure function to an event trigger)
* Turn a scene graph into a flat id-node-map and/or get nodes by id out of a scene graph
### Declarative UI programming
@ -33,4 +34,4 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj
HBox {:id "HorizontalBox"
:children [Button {:text "OK"}
superbutton]}]}])
```
```