Application (AWT/NEWT)
Posted by Itun on Mar 20, 2011; 8:48pm
URL: https://forum.jogamp.org/Application-AWT-NEWT-tp2707118.html
Much time I wasted for graphics implementation and now I need a complete application with GUI.
I use AWT/GLCanvas methods of rendering, but I` ve heard that it is bad. And NEWT is a native good variant. I look through internet and don`t find something distinct about NEWT, only it is the best variant. May be there is books about NEWT or something certain? Because I have not time to look through all JAVADOC and write my own windows with GUI elements by hands (I think for this major moment must exist an editor, doesn`t it?).
And an other one question, how to create two treads: one for GL rendering and one for windows handling?
Thank you!