Login  Register

Re: Migrate a Java application using Jogl to Android tablet

Posted by Sven Gothel on Feb 10, 2012; 2:13pm
URL: https://forum.jogamp.org/Migrate-a-Java-application-using-Jogl-to-Android-tablet-tp3732586p3732640.html

On 02/10/2012 02:58 PM, Mimou [via jogamp] wrote:
>
>
> I have an OpenGL application written in Java. I need to deploy it on an
> Android tablet. Do you think I can reuse some code or I'll have to rewrite
> it at all ?

You did not specify which OpenGL binding your code currently uses.
In case you use JOGL (JOGL2 that is), you should be able to deploy it
w/o code change as we have deployed our Android demos.

- Separate apk's (gluegen, jogl, launcher, demo) that is.
- Using NEWT (AWT is not supported on Android)
- Using GL2ES2/GLES2

Maybe you need to be a bit more specific.

I currently do an overhaul of our Android binding
making the deployment a bit more easier - than it is today.

Plus .. we will finally offer them on the 'market' :)

~Sven



signature.asc (910 bytes) Download Attachment