Online demo: https://oliverkovacs.github.io/demo/mandelbrot/
Use scroll wheel to control the fractal.
git clone https://github.com/OliverKovacs/mandelbrot-webgl && cd mandelbrot-webgl
# example using http-server
npm i http-server
http-server
# open http://localhost:8080/ in a browser