Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 413 Bytes

mandelbrot-webgl

Online demo: https://oliverkovacs.github.io/demo/mandelbrot/

Use scroll wheel to control the fractal.

Install

git clone https://github.com/OliverKovacs/mandelbrot-webgl && cd mandelbrot-webgl

Serve files

# example using http-server

npm i http-server
http-server

# open http://localhost:8080/ in a browser