Re: Java3D Android support released
Posted by Sven Gothel on Aug 27, 2023; 12:22pm
URL: https://forum.jogamp.org/Java3D-Android-support-released-tp4042907p4042909.html
Hi Phil, looks like lots of work - great to extend Java3D to the Android platform, congrats.
Briefly reading through your description, are you using the Android OpenGL binding?
If so, this would not allow to mix existing JOGL + Java3D.
Since AWT has been excluded for this version as well as fixed function pipeline
due to the ES2+ constraints - how about trying using our JOGL + Java3D on Android?
Would serve the goals .. same API throughout and so forth.
If you like to do that, I maybe able to help a little.
Also, can the Java3D code been consolidated, i.e. one source for both platforms
as we do it with JOGL? AFAIK you can host on on our server here, all permissions should
have been granted.
Now I make your post sticky in the Java3D subforum .. let's see if I figure it out :)
Great stuff .. Java3D keeps kicking .. congrats again!