Login  Register

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

Posted by Matt on Jan 28, 2011; 12:04pm
URL: https://forum.jogamp.org/New-tutorial-on-AWT-SWT-Swing-GLJPanel-GLCanvas-tp2363921p2366402.html

Wade,

thanks for this tutorials! I checked the SWT-AWT bridge in my SWT app and it is quite nicely working, including the multisampling which is broken in native SWT under MS Windows.
The only thing preventing me from immediately switching to it, is its performance :(
Depending on current complexity of the scene, I get:
* SWT: 178fps, SWT-AWT: 142fps
* SWT: 27fps, SWT-AWT: 23fps

Do you know of anything that can be done to improve the bridge's performance?
I am thinking also about fixing the SWT's canvas, but it seems like quite a bit of digging in SWT's code, including the native methods... :-/