https://github.com/oracle/graal/issues/403#issuecomment-1509716249 working without that gluon stuff 👀
would be nice to have an example in clojure, perhaps as part of clj-easy graalvm-clojure?
yeah, sounds like a good idea add there
I was following that issue for one year because I want to create a native-image clojure app using JavaFX, would be really nice if that works
Would be interesting to see if it also works on Windows.
bb.cljfx is is coming :eyes"
:-D
hmmm.....
steps to get there: 1. write a clojure project that uses cljfx (or raw javafx) 2. compile to native 3. test cross-platform 4. then include SCI to test interop stuff so we can dynamically build UIs
if we get to 4 then bb.cljfx might be feasible. still gotta think about the image size consequences etc of course, but these are things to checkout in the meanwhile