summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/index.html b/index.html
index 94606af..5499fd9 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
+ <pre>
+ Koh fractal. Version: 0.1
+ </pre>
<script type='text/javascript'>
var Module = {};
fetch('index.wasm')
@@ -20,7 +23,21 @@
document.body.appendChild(script);
});
</script>
- <canvas id="canvas"></canvas>
+ <div align="center">
+ <canvas id="canvas" ></canvas>
+ </div>
+
+ <pre>
+ Supported keys:
+ left,right,up,down - change position by 10 pixels
+ r - reset the configuration
+ '-' - decrease amount of levels
+ '+' - increase amount of levels
+ q - previous color pattern
+ w - next color pattern
+ a - decrease size
+ s - increase size
+ </pre>
</body>
</html> \ No newline at end of file