Hi, I'm completely new to this framework since I just downloaded it today and have just begun taking a look at the example projects. I would like to know something about this framework in order to see if it can fit my needs, so I would be grateful if some of you could answer at least some of the following questions:
1) Does MoSync support OpenGL ES ?
2) Is it possible to create a scene (also a complex one having more than 70000 polygons with textures, lights and lightmaps) inside some 3D modelling tool such as 3DS Max and then export the scene to a format which MoSync can read and then display this scene in a mobile device using some API function call such as Scene::Load("MyScene") ?
3) Once a scene has been displayed (if this is possible), does the framework have an already integrated physics support or does it use some physics libraries such as ODE or PhysX so that one can create a physics character inside the scene with the ability to walk inside the scene and collide with the scene objects ?
4) Does the API have functions to access GPS, electronic compass and accelerometers of a mobile device ? If so, which are these functions and how should I use them ?
5) I've read from the home page that support for iPhone, Android and Maemo will be coming soon. If possible, could you please tell me (even if only approximately) when this will happen ?
Sorry for all these questions but I'm completely new to this framework so I need some infos...
Thanks a lot in advance for your help!