Login  Register

LWUIT NEWT JOGL Enlightenment Wayland - Tizen Phone

Posted by Peter on Sep 20, 2015; 12:23am
URL: https://forum.jogamp.org/LWUIT-NEWT-JOGL-Enlightenment-Wayland-Tizen-Phone-tp4035335.html

I'm not sure of the best way to go about it, but I'm investigating the possibility of developing an application for in field technician's to use on their phone.  The phones won't always have reception, so the phone client would need to be capable of caching a 3d model and operating disconnected, transmitting to the server when it becomes available.  The app would provide the technician the ability to associate photographs, sound, location and text with a component  from the 3d model.

Java SE Embedded is small and seems to offer the most capable platform for network comms, but it's headless.

LWUIT was developed primarily for phones and looks like it could be ported to use JOGL and NEWT

The Tizen runtime uses Enlightenment and Wayland, there doesn't appear to Java bindings available for elightenment, so these would need to be generated.

Any thoughts or suggestion's?