-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (20 loc) · 920 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Isolines compute geometry</title>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ulucode" />
<meta name="twitter:creator" content="@UluIQ12" />
<meta property="og:url" content="https://ulucode.com/random/webgputests/isolines/" />
<meta property="og:title" content="Isolines compute geometry" />
<meta property="og:description" content="Heightmap isolines geometry generated in a compute shader in TSL" />
<meta property="og:image" content="https://ulucode.com/random/webgputests/isolines/isolinesTwitterCard.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>