views:

69

answers:

2

Hi , I am planning an app with a "coin flipping simulation" function(Activity) in an Android phone. I am new to 3D (OpenGL) here , and I know there will be a lot of efforts to build from scratch. So , I am looking for an existing 3D engine , which is able to simulate :

  1. Coin flip and drop , with G-Sensor , so that users can shake/wave his phone to see the coins flipping.

  2. Able to get which coin is up or down after the coins drop.

  3. Able to assign how many coins are in the 'hands(or virtual table)'

  4. Able to render different textures to the coins

  5. The simulation must be the more realistic the better. So there should be a built-in gravity algorithm.

OpenSource is welcome , and Commercial is acceptable too.

Can someone give me some suggestions , or existing libraries , or algorithms (gravity ...)

Thanks a lot!

A: 

Just for 3D have a look at Min3D.

George Profenza