just curious, any reason to use / not use jfx v15 with cljfx instead of v14?
No reason, a PR to bump javafx version is very welcome!
Does anybody have a recommendation or pointers for a tutorial/into on cljfx?Ā I've got the basic example atĀ https://github.com/cljfx/cljfxĀ running, but I'm not sure how to move past this. I'm relatively new to the Clojure + Leiningen experience.
The examples were definitely helpful. Also itās good to have the JavaFX documentation handy. You could take a look at the https://github.com/TailWigglers/image-organizer I was writing recently too.
Woah, awesome! Time to make a showcase of apps built with cljfx :)
Haha yeah, sounds like a good idea to me š
Not quite a tutorial but have you seem the examples dir: https://github.com/cljfx/cljfx/tree/master/examples That helped me a lot when I was starting with cljfx
thx