Since QML is rendered with OpenGL, is an HTML5 Canvas component considered quite high performance, nearly to the degree as custom OpenGL? From everything I have read, it is not currently possible to draw into a nested QML component with OpenGL directly within the scope of a larger QML file, but perhaps HTML5 drawing is a good replacement for this?
↧