Question: could this be combined via graalvm in theory? #13
rubyFeedback
announced in
Announcements
Replies: 1 comment
-
Yes, got it working: (Albeit quick and CLI-only, would be probably easier with Gradle/Maven)
After around 90 seconds you get an executable called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question: could this be combined via graalvm in theory?
i am asking because graalvm is pretty cool, and others have managed to get SWING applications to run.
My use case would be more like taking an existing python or ruby code base, commandline stuff,
and add a simple GUI around it. I don't really want to write in C though (Java is ok but Swing is
ugly, and JavaFX does not seem to be supported via Graalvm; also the graalvm team focuses
not so much on GUIs)
Beta Was this translation helpful? Give feedback.
All reactions