Login  Register

Re: Ubuntu 11.10 64bit and AWT vs. NEWT

Posted by Martin Hegedus on Jan 14, 2012; 1:25am
URL: https://forum.jogamp.org/Ubuntu-11-10-64bit-and-AWT-vs-NEWT-tp3654908p3658144.html

Oh, glxgears works under Gallium but glxgears.c uses XCreateWindow and glXCreateContext.  So I guess it interfaces with Xlib directly.  Is that similar to NEWT?  Maybe the widget class used by Motif (Xt layer) or GTK+, Qt, etc. would be different.  That may be more similar to AWT?  I'm not sure if Java interfaces directly with Xlib or goes through Xt.