cljfx

https://github.com/cljfx/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
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.

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 :)

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

Haha yeah, sounds like a good idea to me šŸ˜‰

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