NEWT / Windowing Toolkits?
Posted by JStoecker on Jul 21, 2010; 7:47pm
URL: https://forum.jogamp.org/NEWT-Windowing-Toolkits-tp985201.html
Hi,
I was wondering if anyone could point me in a direction for learning more information about the basics of windowing toolkits and how they function. I've been writing JOGL programs for a while by adding a GLCanvas to a Java AWT Frame or Swing JFrame, but I've read there are performance issues with this?
I would like to learn how NEWT plays a role in all of this, but I feel I need a better grasp of the underlying mechanics first. This is especially true since there is no (to my knowledge) documentation for NEWT.
Thanks