qt5base-lts/examples/opengl
Samuel Rødal 5c6e2882dd Improved robustness of threaded rendering in hellowindow example.
Previously resizes along with the animation was implemented using queued
signals and slots, potentially causing a huge lag between the size of
the window and the rendered contents. Now the animation is always driven
by the rendering thread and is triggered based on the window's
isExposed() status.

Change-Id: Ifd89a63c2a436671a7b15326ff56be9ec2a5362d
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2013-04-25 02:35:19 +02:00
..
2dpainting Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
cube Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
doc Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
framebufferobject2 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
grabber Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
hellogl Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
hellogl_es Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
hellogl_es2 Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
hellowindow Improved robustness of threaded rendering in hellowindow example. 2013-04-25 02:35:19 +02:00
overpainting Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
paintedwindow PaintedWindow example: Use standard window flags. 2013-03-18 21:59:31 +01:00
pbuffers Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
pbuffers2 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
samplebuffers Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
shared Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
textures Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
opengl.pro push feature conditionals down to subdirectories 2013-01-31 15:51:14 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt provides support for integration with OpenGL implementations on all
platforms, giving developers the opportunity to display hardware accelerated
3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of
OpenGL in Qt applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.