How can I program an OpenGL ES program for Ubuntu Touch?
I have installed QtCreator and the Ubuntu SDK, but I can't seem to find any documentation about this topic.
21 Answer
At the Qt Project site, see:
QtGUI (includes OpenGL and OpenGL ES integration)
These pages provide examples and entry points into the Qt API documentation.
The Ubuntu developer site does not currently have an area specifically about using OpenGL, but you may want to watch the QML section.
2