MIgration of java+Android+opengl HMI application to QtOpengl application
Unsolved
Mobile and Embedded
-
wrote on 24 Jul 2024, 11:19 last edited by
We are trying to migrate an OpenGL based Android application with Java HMI into QT. In Java(Android) we are using GLSurfaceView and GLSurfaceView.Renderer classes to render OpenGL. In Qt what are the best alternative for GLSurfaceView and GLSurfaceView.Renderer classes to render OpenGL.
Also please share any examples.
-
Hi and welcome to devnet,
QWindow comes to mind for that.
However, depending on what your application does, QtQuick might be a good alternative.
1/2