DEV Community

Discussion on: Mandelbrot Set in JS

Collapse
 
parenttobias profile image
Toby Parent

Really enjoyed this one, working on extending it a bit. Currently, I've made the real/imaginary start/end points editable via simple number input fields, and made those points write to the URL as query parameters, allowing sharing of a particular range.

Working on making the canvas zoomable, making an interactive "map" of the Mandel-world.

Also, once it is zoomable/pannable, I plan to make it support alternative computation functions, making it a viewer for other coloring sets (Julia sets, for example).

Thank you for this great rabbit-hole!

Collapse
 
foqc profile image
Fabian Quijosaca

Awesome Toby!! great job!!
I recommend you to read the next part of this blog. dev.to/foqc/mandelbrot-set-in-js-z...