-
Notifications
You must be signed in to change notification settings - Fork 133
Are there any alternatives to RoboVM?
guichazan edited this page May 10, 2019
·
4 revisions
Currently there are several alternatives to RoboVM, all with their own pros and cons.
- Multi-OS Engine Once started as Migeran, then aquihired by Intel and now OSS again. This provides a complete comparable solution to RoboVM, including a backend for libGDX. The technology stack is quite different, but it's planned to move to a LLVM based solution. Note that the last project update was in Jan 30, 2017, and nobody from the team answers questions on the forums.
- Gluon VM Announced in June 2016, should provide a JDK 9 based solution for running Java apps on iOS and Android. Not yet available. Currently Gluon Mobile uses this fork for running on iOS, via the javafxports project.
- Developer Guide
- Changelog
- What we're currently working on and where you can help
- F.A.Q.
- Are non libGDX iOS apps supported?
- Is there a debugger available?
- How are bindings to existing native frameworks generated?
- Who is behind this project?
- Are there any alternatives to RoboVM?
- Can RoboVM be built on Linux?
- My app is crashing without a stacktrace, what should I do?
- Is XCode interface builder supported?
- Memory Management Guide
- Howto Create an Asset Catalog for XCode 9 Appstore Submission?
- Generate Admob Bindings with bro gen Tutorial