Fork me on GitHub
#graalvm
<
2021-03-31
>
benedek18:03:19

I went back to that toy project of mine trying to make clojure, graalvm/native-image and javafx play together. and failed again. created this issue: https://github.com/gluonhq/client-maven-plugin/issues/311 what I did manage to make work is compiling a mixed java/clojure project with native-image where the UI is java with javafx and the ‘logic’ is clojure. a very small win, but this might enable me to compile my little ant simulator/game with native-image. HelloFX mixed java/clojure source project is here: https://github.com/benedekfazekas/clj-hellofx/tree/java-clj-mixed executable for osx here: https://github.com/benedekfazekas/clj-hellofx/actions/runs/705704936

🙌 6