'''Overview''' * Code complete but needs good bug reports in order to be fine-tuned properly :) * Also fixes for those bugs are of course welcome. * Not yet officially supported in QtWebKit 2.0 '''Doing a build with WebGL enabled''' Compile with {{{--3d-canvas}}}: {{{ WebKitTools/Scripts/build-webkit --qt --3d-canvas }}} '''Trying out WebGL implementation''' * Enable QGraphicsView and accelerated compositing * For optimal performance enable QGLWidget viewport. * Currently WebGL support does not work without AC because this bug is still pending: https://bugs.webkit.org/show_bug.cgi?id=37772 '''Maemo/N900/OpenGL ES 2.0 support''' There is one bug pending for this to happen: https://bugs.webkit.org/show_bug.cgi?id=38528. If there are still issues after this fix goes to upstream, bug reports are more than welcome.