Re: LWUIT NEWT JOGL Enlightenment Wayland - Tizen Phone
Posted by
zubzub on
Sep 23, 2015; 11:49am
URL: https://forum.jogamp.org/LWUIT-NEWT-JOGL-Enlightenment-Wayland-Tizen-Phone-tp4035335p4035369.html
Hi Peter,
I happen to be working on wayland bindings for Java.
Although it won't fix your problem directly. You might be able to use them to set up the (wayland) egl context/stack, and then use Newt/Jogl to do further "external" initialization. It might not be the best solution in the long term, but there's a good chance it can save you in the short term without the need to write any additional toolkit/layer/boilerplate code. Should you decide to go down this road, please keep me updated or ask for help on github or irc (#jogamp on freenode) as the egl part of those bindings is unfortunately badly (read not) tested (something I want to fix) but it *should* work.
https://github.com/Zubnix/wayland-java-bindings