Now, thanks to the great support from the LibGDX developers (Tom-Ski in particular), MOE 1.1.x works with the development branch of LibGDX. Read on to find out how to test it:
- Download the nightly build of the
gdx-setup.jar
from here - Launch it as usual with
java -jar gdx-setup.jar
- Fill out the fields according to your needs, make sure you select the
ios-moe
backend, and generate the project. - In the generated project’s
build.gradle
file change thegdxVersion
to1.9.5-SNAPSHOT
- Import the project into Android Studio as usual
- Create the Multi-OS Engine run configuration for the ios-moe module
- Run and Enjoy!
Please let us know if you run into any trouble with LibGDX and MOE.
If you already have a libgdx project that uses the older MOE build, you will need to replace the Xcode project with the one generated by the new gdx-setup, and also modify the build.gradle file to use the new MOE Gradle plugin instead of the old one.
We will update the official MOE LibGDX sample soon, to use the new project layout and LibGDX.