Is it possible to creat 3d game using this engine for nikia s40 series? :? if yes i want to know how jme2 will work for it.
Hello,
Assuming that you mean nokia instead of nikia, you cannot use jme for any mobile phone as jme2 is developed using j2se (java standard edition) and mobiles have j2me (java micro edition) support and if I'm not wrong, jme2 has not been ported to j2me and probably it will not be ported.
Also, it would be really difficult to develop anything in 3D for mobiles as they usually have really little computation capabilities, but you could try the 3D support integrated in j2me or search for other engine working on top of it…
ohh k its off topic i think so but can u suggest me any 3D mobile game engine for it??? :?
Finding things for below S60 seems tough… There’s the Nokia SDK but its apparently missing JAR’s as this guy here mentions.
However, we’re including Android support in jME3 if you’re interested in mobile platforms.
gamelord.sj said:
Is it possible to creat 3d game using this engine for nikia s40 series? :? if yes i want to know how jme2 will work for it.
Have a look at JOGL 2 if you plan to port JME 2 to J2ME/MIDP/OpenGL ES mobile phones. Some rudimentary engines that are written in J2SE could be ported to J2ME quite easily. Which kind of game do you want to create?