README.md edited online with Bitbucket

This commit is contained in:
zilti@lyrion.ch 2015-01-16 03:47:35 +00:00
parent c10b14359b
commit ef12dca098

View file

@ -1,21 +1,21 @@
# ClojureFX # ClojureFX
A Clojure wrapper to make working with [JavaFX](http://download.java.net/jdk8/jfxdocs/index.html) simpler and more idiomatic. A Clojure wrapper to make working with [JavaFX](http://download.java.net/jdk8/jfxdocs/index.html) simpler and more idiomatic.
## Features ## Features
This is in a very early state, so there isn't much yet, except one thing. This is in a very early state, so there isn't much yet, except one thing. Take a look at [the Roadmap](https://bitbucket.org/zilti/clojurefx/wiki/Roadmap).
### Declarative UI programming ### Declarative UI programming
```clojure ```clojure
(compile [:VBox {:id "TopLevelVBox" (compile [:VBox {:id "TopLevelVBox"
:children [:Label {:text "Hi!"} :children [:Label {:text "Hi!"}
:Label {:text "I'm ClojureFX!"} :Label {:text "I'm ClojureFX!"}
:HBox {:id "HorizontalBox" :HBox {:id "HorizontalBox"
:children [:Button {:text "Alright."}]}]}]) :children [:Button {:text "Alright."}]}]}])
``` ```
## TODO ## TODO
Everything. Everything.