Skip to content

Commit e476ed5

Browse files
committed
Demo
1 parent 21d36b9 commit e476ed5

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Clojars Project](https://img.shields.io/clojars/v/io.github.cljfx/dev.svg)](https://clojars.org/io.github.cljfx/dev)
22

3+
![Demo](demo.gif)
4+
35
# Cljfx dev tools
46

57
[Cljfx](https://github.com/cljfx/cljfx) is a declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame. Cljfx dev tools are a set of tools that help with developing cljfx applications but should not be included into the production distribution of the cljfx app.

demo.gif

3.42 MB
Loading

demo.mp4

8.91 MB
Binary file not shown.

src/cljfx/dev/ui.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
javadoc (get-in registry [:javadoc selected-type])]
172172
{:fx/type :stage
173173
:showing true
174+
:title "cljfx/dev"
174175
:width 900
175176
:scene
176177
{:fx/type :scene

0 commit comments

Comments
 (0)