From ef12dca0988a4a123cfac0ed91b3c0fb3a303bdc Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Fri, 16 Jan 2015 03:47:35 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 215ea51..82ed48b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -# ClojureFX - -A Clojure wrapper to make working with [JavaFX](http://download.java.net/jdk8/jfxdocs/index.html) simpler and more idiomatic. - -## Features - -This is in a very early state, so there isn't much yet, except one thing. - -### Declarative UI programming - -```clojure -(compile [:VBox {:id "TopLevelVBox" - :children [:Label {:text "Hi!"} - :Label {:text "I'm ClojureFX!"} - :HBox {:id "HorizontalBox" - :children [:Button {:text "Alright."}]}]}]) -``` - -## TODO - -Everything. +# ClojureFX + +A Clojure wrapper to make working with [JavaFX](http://download.java.net/jdk8/jfxdocs/index.html) simpler and more idiomatic. + +## Features + +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 + +```clojure +(compile [:VBox {:id "TopLevelVBox" + :children [:Label {:text "Hi!"} + :Label {:text "I'm ClojureFX!"} + :HBox {:id "HorizontalBox" + :children [:Button {:text "Alright."}]}]}]) +``` + +## TODO + +Everything. \ No newline at end of file