tags:

views:

66

answers:

1

hey i have to create 3d game for android device. for that i have to use a which software to make the 3d game.

please reply

thanks

+2  A: 

You would use the OpenGL ES platform that is supported by the Android OS.

3D Engines pre-built for the Android, as far as I'm aware do not exist, at least not publically. Auriga3D (http://www.auriga3d.org/) is the only one I could find reference to that has been touted as running on the Android, but I do not believe it is publically available.

For some Android OpenGL tutorials, see these ports of the NeHe set of tutorials: http://insanitydesign.com/wp/projects/nehe-android-ports/

Seidr