Launching RoboVM under Windows

Can RoboVM run on Windows or do I need to have MacOS somewhere?

If not, is there an alternative (which also creates an as-close-to-native-as-possible output) that runs under Windows?

+3


source to share


1 answer


A project was created to compile RoboVM on Windows, but its purpose was not to create iOS apps. Even if you can do that, you won't be able to use the native iOS simulator that RoboVM relies on, it also needs xcode to be installed, so I guess it won't work.



Codename One allows for Windows / Linux with a cloud build, although I'm not sure if it suits your native concept. Apps are native and have built-in / Objective-C function access, but most of the UI is rendered on top of Open GL.

+5


source







All Articles