Login  Register

Re: LWUIT NEWT JOGL Enlightenment Wayland - Tizen Phone

Posted by Peter on Sep 21, 2015; 11:42pm
URL: https://forum.jogamp.org/LWUIT-NEWT-JOGL-Enlightenment-Wayland-Tizen-Phone-tp4035335p4035341.html

Thanks Julien, sounds like libGDX or ardor3d-ui are the best candidates, I'm tending to lean towards ardor3d, I'm inteerested in your pi efforts and wayland  The 3d models I'll be using are stored in a proprietary format, I'll most likely need to convert to STEP, then to Callada, so models can be annotated before uploading.  I see there are Callada parsers written in Java, have you had any experience with any of them?  

The callada parsers i've looked at so far produce mutable object structures, I've found immutable structures with builders much more performant and scalable (at least for multi cpu's).  Any guidance or references for efficient 3d model memory representation for ardor3d will be much appreciated.   I see that Callada 1.5 uses RFC3986 URI, I've developed a standards compliant immutable implementation of RFC3986 (AL2 license), normalisation and equality is much faster than Java's URI.

which IRC channels should I use?

Thanks again,

Peter.