We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3969331 commit 884fc51Copy full SHA for 884fc51
README.md
@@ -1 +1,2 @@
1
# waterball
2
+[demo](https://waterball.netlify.app/)
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>webgpu-ocean</title>
+ <title>waterball</title>
7
<style>
8
body, html {
9
height: 100%;
@@ -97,7 +97,7 @@
97
<div id="debug-info">
98
<span id="error-reason">loading now...(won't take longer than 10 seconds I guess)</span>
99
</div>
100
- <a href="https://github.com/matsuoka-601/webgpu-ocean"
+ <a href="https://github.com/matsuoka-601/waterball"
101
class="github-icon"
102
target="_blank"
103
rel="noopener noreferrer">
0 commit comments