Re: GLJPanel crashes when resuming from sleep mode.
Posted by
gouessej on
May 23, 2013; 10:18am
URL: https://forum.jogamp.org/GLJPanel-crashes-when-resuming-from-sleep-mode-tp4029210p4029224.html
I used the SWT_AWT bridge with the AWT GLCanvas for a year and an half in a very large Eclipse RCP application, I spent some days in making it work correctly without flickering, with no resize problems and without preventing the use of the debug pipeline, I admit it was tricky. I posted my code (a small piece of code illustrating the tricky initialisation) in a bug report, maybe I can find it if you're interested. My visualizer (used in an application of geo sciences) was tested only under GNU Linux and Windows, not on Mac. I used a GLJPanel only to draw a part of the GUI with some transparency above the GLCanvas.