Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3D Scene graph toolkits for Android

I was wondering if there is any 3D scene graph toolkit available or at least in development for Android? I could not find anything, assuming that all existing solutions for Java won't run on the Android platform.

like image 381
nokinen Avatar asked May 25 '10 18:05

nokinen


2 Answers

I played around with the simple but quite powerful JPCT library that is supported by quite an active forum. The author has ported the libary to Android, and shows some nice demos on his site.

http://www.jpct.net/jpct-ae

like image 74
Timo Avatar answered Oct 15 '22 20:10

Timo


You might look into JMonkey Engine. They are working on an Android version:

http://www.jmonkeyengine.com/forum/index.php?topic=13643.0 http://jmonkeyengine.com/blog/blog/2010/02/10/android-support-confirmed-for-jme3/

like image 20
Jay Askren Avatar answered Oct 15 '22 18:10

Jay Askren