cljfx

michaelb 2020-12-28T19:35:40.204100Z

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

vlaaad 2020-12-28T20:22:42.204200Z

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

👍 1
michaelb 2020-12-29T00:29:54.205600Z

https://github.com/cljfx/cljfx/pull/112

👍 1
vlaaad 2020-12-29T07:12:36.206400Z

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

frodeaux 2020-12-28T23:19:37.204500Z

@frodeaux has joined the channel

frodeaux 2020-12-28T23:21:41.205Z

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.

2020-12-28T23:30:32.205200Z

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

frodeaux 2020-12-28T23:55:42.205400Z

thx

vlaaad 2020-12-29T07:11:15.206200Z

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

Seledrex 2021-01-03T12:37:40.226300Z

Haha yeah, sounds like a good idea to me 😉

Seledrex 2021-01-02T17:29:06.219Z

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.

vlaaad 2021-01-02T18:00:35.219300Z

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