Login  Register

Re: LWUIT NEWT JOGL Enlightenment Wayland - Tizen Phone

Posted by gouessej on Sep 25, 2015; 8:17am
URL: https://forum.jogamp.org/LWUIT-NEWT-JOGL-Enlightenment-Wayland-Tizen-Phone-tp4035335p4035380.html

JOGL 2 supports OpenGL 1.1 to 4.x and OpenGL ES 1 to 3. This is mostly a low level binding with some nice optional helpers and an excellent cross-platform windowing toolkit. JogAmp's Ardor3D Continuation is an engine, an higher level scenegraph API based on JOGL written mostly with the fixed pipeline in mind. There is already an emulation of the fixed pipeline in JOGL, see PMWMatrix, FixedFunctionUtil and ImmModeSink. I used PMWMatrix without FixedFunctionUtil, that's why the current ES 2 code path within JogAmp's Ardor3D Continuation isn't ready for the prime time. The ES 1 code path has a very few weaknesses, it is "fixable" within a few weeks or days.

Edit.: It reminds me that I have to update JogAmp's Ardor3D user's guide.
Julien Gouesse | Personal blog | Website