README.md edited online with Bitbucket
This commit is contained in:
parent
c10b14359b
commit
ef12dca098
1 changed files with 21 additions and 21 deletions
42
README.md
42
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.
|
Loading…
Reference in a new issue