Login  Register

Re: Render problems for custom context menu in OpenGL / SWT

Posted by Matt on Jan 14, 2011; 8:41pm
URL: https://forum.jogamp.org/Render-problems-for-custom-context-menu-in-OpenGL-SWT-tp2255271p2258224.html

Sorry for a bit of OT:

gouessej, you said that GLCanvas from SWT lib is not a good idea, and well, I see its drawbacks especially in multisampling being broken.
However... I might had done something wrong, but some simple tests I did quite some time ago have proven the SWT's GLCanvas to be noticably faster from the AWT bridge... so what would you suggest to use for the main OpenGL container if I wanted to stay with SWT, because the GLCanvas is just a small portion of the whole GUI application, so the standalone NEWT is rather not an option... ?