Reputation: 61
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.
Upvotes: 6
Views: 4098
Reputation: 921
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.
Upvotes: 3
Reputation: 19118
I'm looking for one as well. I came across this today, but I have no idea if its actually any good -- the company site looks kinda sketchy!!
http://www.artfulbits.com/Android/aiCharts.aspx
Upvotes: -2
Reputation: 14197
Have you tried out JavaFX Mobile? http://java.sun.com/javafx/index.jsp
Upvotes: -1
Reputation: 10454
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/
Upvotes: 2