nokinen
nokinen

Reputation: 61

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.

Upvotes: 6

Views: 4098

Answers (4)

Timo
Timo

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.

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

Upvotes: 3

Brian Lacy
Brian Lacy

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

Peter Recore
Peter Recore

Reputation: 14197

Have you tried out JavaFX Mobile? http://java.sun.com/javafx/index.jsp

Upvotes: -1

Jay Askren
Jay Askren

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

Related Questions