qt5base-lts/examples/opengl
Friedemann Kleint f172b964f6 threadedqopenglwidget example: Split out class Renderer
This makes the code clearer and decouples it from the
GLWidget.

As a drive-by, add a global shortcut to close.

Pick-to: 6.3 6.2
Change-Id: I3469d29bc367acc17c5f8acf9d46219259b8315b
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2022-01-25 15:54:05 +01:00
..
2dpainting Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
computegles31 Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
contextinfo Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
cube Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
doc Doc: Move example file that was left behind 2020-09-10 11:24:18 +02:00
hellogl2 Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
hellogles3 Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
hellowindow Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
openglwindow Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
paintedwindow Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
qopenglwidget Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
qopenglwindow Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
textures Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
threadedqopenglwidget threadedqopenglwidget example: Split out class Renderer 2022-01-25 15:54:05 +01:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
opengl.pro Remove legacy OpenGL examples 2020-02-21 09:01:08 +00: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.