Skip to content

Commit beffd6c

Browse files
authored
Added mouse and keyboard instructions to the readme.
1 parent b212378 commit beffd6c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# WebGL2 Mandelbrot
1+
# WebGL2 Mandelbrot & Julia Set Renderer
22

3-
Renders the mandlebrot set using WebGL2.
3+
Renders the mandlebrot and julia sets using WebGL2.
44

55
https://d0x2f.github.io/WebGL2-Mandelbrot/
6+
7+
## Mouse
8+
9+
* Click and drag to pan view.
10+
* Scroll in/out to zoom.
11+
12+
## Keyboard
13+
14+
* `z` - Switch to a different set.
15+
* `x` - Enable 'extreme' mode (seizure warning).
16+
* `c` - Zoom out.
17+
* `v` - Zoom in.

0 commit comments

Comments
 (0)