Login  Register

Re: Graphing Calculator 3D

Posted by philjord on Jun 22, 2016; 7:38am
URL: https://forum.jogamp.org/Graphing-Calculator-3D-tp4036839p4036840.html

Runiter,
that's an amazing looking application!

I'm hoping one day to be able to get Java3D running on Android devices, have you thought about that, is that a direction you are interested in taking?

I already have it running for my app (https://www.youtube.com/watch?v=1gXdMHD5iP4), but it's a huge pile of changes.

I only ask because in order to add support I'd need other applications of Java3D to be early testers of the changes required, which would in turn require them to do the port work on the UI side.

In order to go Android you can't use any Swing/awt components, it looks like you have plenty of those.

You can't use the BufferedImage class, but your application looks like it doesn't really need a lot of texture support.

Thanks,
Phil.