MIgration of java+Android+opengl HMI application to QtOpengl application
Unsolved
Mobile and Embedded
-
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.