-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 945 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chiptool</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>
<script>
~function(){var
w=self,d=document,b=d.body,c=b.appendChild(d.createElement("canvas")),
_="equestAnimationFrame",n=w["r"+_]||w["webkitR"+_]||w["mozR"+_]||setTimeout,p,i,k
canvas=c;ctx=c.getContext("2d")
b.style.overflow="hidden";b.style.margin=0;(onresize=function(){c.width=innerWidth,c.height=innerHeight})()
animate=function a(f){f(),n(function(){a(f)})}
for(p=Object.getOwnPropertyNames(Math),i=0;k=p[i];i++){w[k]=Math[k]}TAU=PI*2}()
</script>
<script src="lib/pep.js"></script>
<script src="lib/teoria.js"></script>
<script src="lib/coffee-script.js"></script>
<script src="src/state-history.coffee" type="text/coffeescript"></script>
<script src="src/app.coffee" type="text/coffeescript"></script>
</body>
</html>