views:

114

answers:

2

hi guys, is it possible to do cross platform game engine for iphone and android. if its how can i do this. what are all thinks i need to study to do this.

thanks for your kind help!

+4  A: 

Check out Unity 3D

Supports also PC, Mac, and others.

Wernight
KingofHeaven
In short you're trying to make something like Unity. HAHA. That's a pretty large project. Even huge if you mean to make it a general game engine. OpenGL should work on both. If you're looking for a middleware, you may try your luck with **SDL** (see http://stackoverflow.com/questions/597459/how-mature-is-sdl-for-iphone).
Wernight
A: 

Wow, that's cool. I'm glad Unity is finally starting to support Android.

For another one, take a look at Corona (for both Android and iPhone, thought it requires a Mac) http://anscamobile.com/corona/

Stephan Branczyk