No description
src/clojurefx | ||
test/clojurefx | ||
.hgignore | ||
.projectile | ||
build.boot | ||
LICENSE | ||
README.md |
ClojureFX
A Clojure wrapper to make working with JavaFX 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.
Declarative UI programming
(compile [:VBox {:id "TopLevelVBox"
:children [:Label {:text "Hi!"}
:Label {:text "I'm ClojureFX!"}
:HBox {:id "HorizontalBox"
:children [:Button {:text "Alright."}]}]}])
TODO
Everything.