Re: New tutorial on AWT/SWT/Swing/GLJPanel/GLCanvas
Posted by
Matt on
Feb 01, 2011; 2:36pm
URL: https://forum.jogamp.org/New-tutorial-on-AWT-SWT-Swing-GLJPanel-GLCanvas-tp2363921p2397582.html
Wade Walker wrote
We need a better SWT binding anyway, so why not modify the existing one instead of creating one from scratch?
Well, mainly to avoid writing own native code for every posible system. :) Using the NEWT-SWT bridge should spare all the native part of the coding, and provide the reliable and maintained solution...
Anyway... any solution that would be as fast as current native SWT canvas and easy to keep up to date with OpenGL stuff, would be great ;)