Skip to content

Commit 6253e37

Browse files
author
Dylan McGannon
committed
Merge branch 'master' of github.com:d0x2f/WebGL2-Mandelbrot
2 parents cb7b415 + beffd6c commit 6253e37

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)