-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathindex.html
37 lines (37 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>shader-ast-tunnel</title>
<link
href="https://unpkg.com/tachyons@4/css/tachyons.min.css"
rel="stylesheet"
/>
<style></style>
</head>
<body class="ma3 sans-serif">
<div id="app"></div>
<div class="mb3">
<p>
Shader generated with
<a class="link b black" href="http://thi.ng/shader-ast"
>thi.ng/shader-ast</a
>.<br />(see console for generated sources)
</p>
<p>
Append <a class="link b red" href="#2d">#2d</a> to URL, then
reload to view canvas 2D version
</p>
<p>
<a
class="link b black"
href="https://github.com/thi-ng/umbrella/tree/master/examples/shader-ast-tunnel"
>Source code</a
>
</p>
</div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>