views:

89

answers:

3

Hello.

I'm developing a game on Android and I don't know how to render and move 3d objects. Someone told that I have to use a render engine but I haven't found any so I've decided to use a game engine.

Do you know any?

Thanks.

A: 

Absolutely: Here you go.

Or, if you have 3000 usd for it, go with Unity. You can't really get an easier - and more expensive - solution for game development on Android imo.

Scythe
Thanks. I need the easiest one but I don't have 3000usd. :(
VansFannel
+1  A: 

There are several 3D engines for Android:

Shiva

jMonkey Engine

Catcake

Alien3D

libgdx

jPCT-AE

dwarf-fw

Forget3D

Unfortunately I don't have any experience with them.

Peter Knego
Great! There are a lot!
VansFannel
+1  A: 

Are you just starting out in 3D? If so maybe you can try with OpenGL. If you want to do this, search for NeHe on google, they have the best OpenGL tuts online, and someone has done an android port of some of them so you'll be able to look at that. I think it will be good to get some of the concepts down before you try, incase you get a curve ball thrown at you, which happens a lot with 3D.

TAkinremi