Re: multithreading
Posted by Sven Gothel on Jul 06, 2010; 11:07am
URL: https://forum.jogamp.org/multithreading-tp925981p946142.html
On Thursday, July 01, 2010 23:15:57 Michael Bien [via jogamp] wrote:
>
> NEWT is kind of a minimal windowing toolkit. If you want to draw a
> OpenGL window without any controls ... this might be interesting for you.
>
> -michael
Soon a NEWT/AWT layer will be stable, allowing you to have a
native NEWT window acting as a child window of it's AWT Canvas native peer.
This 'adventurous' solution allows you to free yourself from the
AWT multithreading constraints (using awtLock, run on AWT-EDT, ..),
hence you can run your GL animation smoothly while doing other things
including AWT input.
~Sven
>
> On 06/28/2010 04:17 PM, Evert B [via jogamp] wrote:
> > Thanks but I have a hard time understanding that stuff mainly because
> > I have no idea what this NEWT is? I see it's name all over the place
> > but I failed to find a clear high-level explanation about what it is
> > and why it should be used (because it is optional right?). Sorry if I
> > missed something obvious...
> >
> > ------------------------------------------------------------------------