Skip to content

Instantly share code, notes, and snippets.

@scottgwald
Created May 13, 2014 21:43
Show Gist options
  • Save scottgwald/6399da090ebd054a1687 to your computer and use it in GitHub Desktop.
Save scottgwald/6399da090ebd054a1687 to your computer and use it in GitHub Desktop.
[wearscript] eric r
<html style="width:100%; height:100%; overflow:hidden">
<head>
<!-- You can include external scripts here like so... -->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.0/zepto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js"></script>-->
</head>
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<canvas id="canvas" width="640" height="360" style="display:block"></canvas>
<script>
function main() {
if (WS.scriptVersion(1)) return;
ctx = document.getElementById('canvas').getContext("2d");
// WS.serverConnect('ws://glassprov.media.mit.edu:8080/ws', server);
WS.serverConnect('{{WSUrl}}', server);
}
window.onload = main;
</script>
</body>
</html>
{"name":"Abbott"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment