Skip to content

Instantly share code, notes, and snippets.

@giohappy
Created February 11, 2015 14:57
Show Gist options
  • Save giohappy/e1e8a788a823dead7cb8 to your computer and use it in GitHub Desktop.
Save giohappy/e1e8a788a823dead7cb8 to your computer and use it in GitHub Desktop.
WebView with WebGL
import QtQuick 2.0
import QtWebKit 3.0
Rectangle {
width: 800
height: 600
WebView {
url: "http://stemkoski.github.io/Three.js/Model-Animation.html";
anchors.fill: parent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment