Re: SWT integration: NewtCanvasSWT or swt.GLCanvas?

Posted by gouessej on
URL: https://forum.jogamp.org/SWT-integration-NewtCanvasSWT-or-swt-GLCanvas-tp4032683p4032688.html

Why not using Github, Sourceforge or Bitbucket? NewtCanvasSWT doesn't extend SWT Canvas, it's a bit more lightweight, it doesn't have to let you use software rendering, that's why it can be a bit faster. When you use NEWT, you can indicate to JOGL that you wish to make the context current always on the same thread which can give a small boost.
Julien Gouesse | Personal blog | Website