Is there any reason why the QSGRenderer belongs to the private parts of Qt? I’m sure I don’t fully comprehend its internals, but wouldn’t it be nice if it was possible to use the QSGRenderer class itself in a custom render loop (i.e. for creating OpenGL driven games)?
The advantage of this is that you have more control over the rendering process. As it is, the QQuickWindow/-View controls the frame rate, which isn’t desirable, at least not in the application I’m developing.
↧