[Qt-interest] opengl thread
Oliver.Knoll at comit.ch
Oliver.Knoll at comit.ch
Wed Jan 20 10:25:47 CET 2010
bert.ddecker wrote on Monday, January 18, 2010 11:28 PM:
> I would like to make an application with two threads. One that
> handles my main event loop and one that renders using opengl.
> It is important that I render at a constant rate of 30 hertz, and by
> keeping my event loop and my rendering loop in a seperate threads,
> the rendering framerate will not drop when a lot of events are
>From http://doc.trolltech.com/4.6/threads-mandelbrot.html: "The Mandelbrot example shows how to use a worker thread to perform heavy computations without blocking the main thread's event loop."
This might be interesting for you.... ;)
Cheers, Oliver
--
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22
More information about the Qt-interest-old
mailing list