Re: New tutorial for JOGL in Eclipse RCP application
Posted by
Wade Walker on
Oct 09, 2010; 7:07pm
URL: https://forum.jogamp.org/New-tutorial-for-JOGL-in-Eclipse-RCP-application-tp1670638p1671680.html
This tutorial was partly an experiment to see if the SWT GLCanvas would work correctly with JOGL 2 -- so far, it seems to work fine

I've used it extensively with JOGL 1.1.1 at work, but the work schedule so far hasn't allowed porting all the rest of our code to JOGL 2.
Since I'm writing Eclipse RCP apps, I try to use SWT only, since that's the same toolkit Eclipse is built with. I always worried that putting in any AWT stuff might cause problems with window messages getting delivered correctly.