Login  Register

Re: New tutorial on AWT/SWT/Swing/GLJPanel/GLCanvas

Posted by Matt on Jan 31, 2011; 9:41pm
URL: https://forum.jogamp.org/New-tutorial-on-AWT-SWT-Swing-GLJPanel-GLCanvas-tp2363921p2390935.html

This should not be that difficult, granted you are familiar with WGL API :)

But to be honest, I am thinking about switching to JOGL's GLCanvas, as the multisampling is not the only drawback of SWT's canvas... after some recent changes it's external GLContext became incompatible with JOGL GL3 profile, as I mentioned in other thread.
Though it would be nice to get rid of this AWT bridge, but developing NEWT based GLCanvas for SWT might not be that quick and simple... :(