Edelhirsch Software · Apr 1, 2019
Using the Qt Scene Graph from C++ with QSkinny
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Modern Qt apps instantiate a QML engine to parse UI files and display their contents. Under the hood, there is a scene graph taking care of handling graphical resources efficiently. The QSkinny framework on the other hand provides a C++ API on top of the Qt scene graph without the need for QML. The Qt scene graph sits on top of OpenGL and is used by QML UI elements. The QSkinny framework, on the…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.