Replies: 1 comment 3 replies
-
|
hi, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using Graal a fair bit to make native builds of JavaFx apps on various platforms, including mobile.
Today I stumbled across Mobi/Robovm (!).
I read some of the Mobi/Robovm docs, and Mobi/Robovm looks like it is an AOT compiler like Graal. But I suspect there is more to it than that.
So I am trying to understand how Mobi/Robovm is different to Graal? This isn't meant to be a critique or start a flame war about either platform, I am just trying to understand so I can choose the appropriate tools for future work.
My main interest in Mobi/Robovm lies in using it with JavaFX and libgdx, and in natively accessing things like GPS, compass etc (I am building software for sailing).
Hopefully that is not too broad a question, and that people will take it in the constructive manner it is intended.
thx
graham
Beta Was this translation helpful? Give feedback.
All reactions