README.md edited online with Bitbucket
This commit is contained in:
parent
ce2f885f4c
commit
de9e165e2f
1 changed files with 6 additions and 2 deletions
|
@ -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."}]}]}])
|
||||
```
|
||||
```
|
Loading…
Reference in a new issue