Skip to content

Instantly share code, notes, and snippets.

@ErikDeBruijn
Forked from bwhite/glass.html
Created March 17, 2014 21:18
Show Gist options
  • Save ErikDeBruijn/9608545 to your computer and use it in GitHub Desktop.
Save ErikDeBruijn/9608545 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(.25, 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