Search code examples
javaandroid3djmonkeyengine

Can i use jmonkeyengine on android?


I'm, trying to make a simple 3D game for Android, and I want to use jmonkeyengine. Can I do this? How can I do it? Can somebody can show me an example?


Solution

  • jME 3 can be used on Android, and the Android support is a relatively new feature as of 2011, but a previous version of jME cannot be used. Mostly this was due to architectural issues with an inflexible pipeline under the hood that wouldn't easily be able to support the mobile GL API.


    Edited post because information was no longer accurate and was receving downvotes (cannot delete as it is the accepted answer).