I am trying to make a simple 3D game for Android, and I want to use jMonkeyEngine. Can I do this? How? Can someone show me an example?
Thanks!
I am trying to make a simple 3D game for Android, and I want to use jMonkeyEngine. Can I do this? How? Can someone show me an example?
Thanks!
Though it's a old question to answer but I think many of us still looking for the solution.
jMonkeyEngine for Android:
The answer is Yes! You can use jMonkeyEngine3 (JME3) to develop 3D game for Android.
How to start:
Android integration and deployment in JME3 is nicely described here!
Example
You can find some good beginner JME tutorial here with sample/example code. You can use these examples for Android.
I struggled with this until discovering this video with no audio... Running jME3 on Android
1) Right Click your project and Select "Properties" from the menu:
2) Check the "Enable Android Development" check-box
3) Select the appropirate "Android Target"
4) Select Android as your target from the drop down: