This commit is contained in:
Daniel Ziltener 2015-01-20 11:47:29 +00:00
commit b0f3c45a4d
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]}]}])
```
```