3D Scene graph toolkits for Android
Asked Answered
E

4

6

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.

Emelineemelita answered 25/5, 2010 at 18:38 Comment(0)
O
3

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

Outlandish answered 1/5, 2011 at 12:46 Comment(1)
Unfortunately JPCT is closed source. If there are bugs, you'll have to wait until the author fixes them. If the author loses interest or decides to go commercial, your only option is to search for another library and port your project.Bedspread
P
2

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/

Peacock answered 25/5, 2010 at 18:45 Comment(0)
E
-1

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

Express answered 25/5, 2010 at 18:49 Comment(1)
JavaFX does not currently run on Android (https://mcmap.net/q/882417/-will-javafx-work-on-android)Peacock
S
-2

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

Spittoon answered 3/6, 2010 at 3:0 Comment(1)
The OP is asking about a 3D scene graph, not charts.Leath

© 2022 - 2024 — McMap. All rights reserved.