Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can i use jmonkeyengine on android? [closed]

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?

like image 554
Ralf Avatar asked Mar 24 '10 15:03

Ralf


People also ask

Is jMonkeyEngine any good?

Verdict. jMonkey is definitely something game developers should be excited to work with. It serves as a great engine to download for free, (free!), experiment with the different tools of game creation, and churn out some great projects.

Is jMonkeyEngine free?

jMonkeyEngine is free and opensource. Released under the permissive BSD 3-Clause license.


1 Answers

I'm a manager with the jMonkeyEngine project.

I apologize for the late response, but StackOverflow posts got such an excellent search ranking that people are still coming to our site via pages like this one, so I figured I'd best bring this topic up to speed.

In short, yes you can use jMonkeyEngine 3 on Android. Not the older 1.0 and 2.0 versions. However since jME3 is shader based it requires OpenGL 2 and above, meaning we can't support Android versions prior to 2.2 Froyo.

The Android forum is the best place to keep up to date on the latest development. We have a test application available on the market, for free of course. Testing is greatly appreciated! (Do note, while the tests have been reported to work fine for Motorolla and Samsung devices, as of writing they do not work yet for HTC phones. Expect a fix shortly).

On a last note, for anyone who thinks the jMonkeyEngine project has stagnated, I welcome you to visit our website and try the latest version of our SDK. Safe to say, the project is healthier than every before.

like image 176
Erlend Avatar answered Sep 24 '22 14:09

Erlend