Skip to content

Instantly share code, notes, and snippets.

View ErikDeBruijn's full-sized avatar

Erik de Bruijn ErikDeBruijn

View GitHub Profile
@ErikDeBruijn
ErikDeBruijn / glass.html
Created March 17, 2014 21:18 — forked from bwhite/glass.html
[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>