Mandelbrot Set Explorer
5 comments
·March 15, 2025DasCorCor
Nice work - thanks for this! How do I play with multibrot? I couldn’t find the controls for that.
jbentley1
Zoom is jerky and the number of iterations don't automatically scale as I zoom in. Maybe I'm expecting too much for something that runs in the browser but seems like there is room for improvement.
Loughla
Holy shit. I would've loved this when I was in college and still doing hallucinogens.
Fractals are one of those things that just feel "right". You know?
progmetaldev
Most likely from the way they appear in nature. I was into LSD quite a bit in the early 90's, which is when I got into generating fractals through the DOS Fractint software. I would let the computer render deeper and deeper zooms over time, while also playing with the parameters and formulas.
Under the effects of hallucinogens, I found fractals far more noticeable in nature, especially when looking at trees. The branching from the base, off to smaller branches, out to the leaves. I feel like the geometric patterns that appear are somewhat of a fractal-design as well, even though they tend to shift and "breathe". I still enjoy fractals for the way they can be created through math processes, while also showing up in places within nature where there's not a computer anywhere in sight.
Make sure you read the technical details as well: https://mandelbrot.site/how-mandelbrot-site-was-built
I was surprised that this appears to be calculated entirely on the CPU via Rust code rather than with a GPU shader. The multithreaded JavaScript is indeed interesting though.
code: https://github.com/rosslh/mandelbrot.site