Multi-OS Engine

Now that Intel’s Multi-OS Engine is a fully open source project (under Apache 2 license) do you guys think it would be a good option for converting Java code onto iOS native in jME?

ha could be a nice option… For iOS we use Avian to compile to native.GitHub - ReadyTalk/avian: [INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.

For what it’s worth, LibGDX is also switching to MultiOS Engine now that RoboVM is winding Down. Here is the blog post where libgdx developer goes over all the options(J2ObjC,Avian,Xamarin + IKVM) and explains why MultiOS Engine closest RoboVM alternative.