开发者

java3d in android

开发者 https://www.devze.com 2023-02-20 04:05 出处:网络
Hi all i\'m new with android but i wonder if a java 3d application run on adk? and run in the emulato开发者_开发知识库r?

Hi all i'm new with android but i wonder if a java 3d application run on adk? and run in the emulato开发者_开发知识库r?

Ciao giovanni


There's no Java 3D API available for Android. In fact, you're better off porting the application to use OpenGL directly for performance reasons.


Java 3D 1.6 is still maintained but it requires AWT which isn't available under Android and we don't plan to support it under Android in the future. Feel free to use JOGL 2, which supports both desktop environments and embedded environments (especially Android). If you look for a similar API supporting Android, JMonkeyEngine and LibGDX are worth a try. JogAmp's Ardor3D Continuation doesn't support Android yet.

0

精彩评论

暂无评论...
验证码 换一张
取 消