Skip to content

Instantly share code, notes, and snippets.

@connerbrooks
Forked from bwhite/glass.html
Created March 27, 2014 22:34
Show Gist options
  • Save connerbrooks/9820575 to your computer and use it in GitHub Desktop.
Save connerbrooks/9820575 to your computer and use it in GitHub Desktop.
[wearscript] Warp view
<html style="width:100%; height:100%; overflow:hidden">
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<script>
function main() {
if (WS.scriptVersion(1)) return;
WS.displayWarpView();
WS.cameraOn(.1, 360, 640);
}
window.onload = main;
</script>
</body>
</html>
{
"name": "Warp"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment