qt5base-lts/examples/opengl
Johan Klokkhammer Helsing d107706ab9 Move QOpenGLWidget from QtWidgets to QtOpenGL
Task-number: QTBUG-74409
Change-Id: I98a4f8a9e1d439bfdc24eb2910385273cedecd29
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2019-12-12 16:06:31 +01:00
..
2dpainting Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
computegles31 Merge remote-tracking branch 'origin/5.14' into 5.15 2019-11-08 09:11:02 +01:00
contextinfo Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
cube Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
hellogl2 Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
hellogles3 Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
hellowindow Use requestUpdate instead of timer in a few GL examples 2019-01-22 21:25:39 +00:00
legacy Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
paintedwindow examples: Use QOverload to select overloaded signals and slots 2016-12-22 14:54:55 +00:00
qopenglwidget Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
qopenglwindow QOpenGLWindow example: use std::unique_ptr instead of QScopedPointer 2019-07-25 14:17:51 +00:00
textures Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
threadedqopenglwidget Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
opengl.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +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.