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!
Thanks, I'll have a look once I'm back from vacation (no computer here to check stuff)
@frodeaux has joined the channel
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.
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
I haven't seen any cljfx tutorials other than readme/examples I wrote
Haha yeah, sounds like a good idea to me 😉
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 :)