SWT integration: NewtCanvasSWT or swt.GLCanvas?

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

We're currently developing World Wind based application on Eclipse RCP. I have written new WorldWindowGLCanvas implementations for both *Canvas, and both are running fine though there are occasional black blinkings. Which one should I choose for better reliability/speed and future development?

Here are their full names:

com.jogamp.newt.swt.NewtCanvasSWT
com.jogamp.opengl.swt.GLCanvas



PS: there are event converters to change all NEWT/SWT events to the AWT events which World Wind recognizes. I only need SWT/NEWT to put the canvas in RCP view, not that I actually use any SWT or NEWT functionality.