Fork me on GitHub
#cljfx
<
2020-12-28
>
michaelb19:12:40

just curious, any reason to use / not use jfx v15 with cljfx instead of v14?

vlaaad20:12:42

No reason, a PR to bump javafx version is very welcome!

👍 3
vlaaad07:12:36

Thanks, I'll have a look once I'm back from vacation (no computer here to check stuff)

frodeaux23:12:41

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.

jjttjj23:12:32

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

vlaaad07:12:15

I haven't seen any cljfx tutorials other than readme/examples I wrote

Seledrex17:01:06

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.

vlaaad18:01:35

Woah, awesome! Time to make a showcase of apps built with cljfx :)

Seledrex12:01:40

Haha yeah, sounds like a good idea to me 😉