- cross-posted to:
- programming@programming.dev
- cross-posted to:
- programming@programming.dev
I got into these like 15 years ago and did a pretty deep zoom on my computer I think it rendered for a few days.
I zoomed to e^144
Thias why I somehow have the impression that this tool is faking it to some extend. Maybe by using AI?
Tbf my setup was already a few years old when I did this, and the quality of this site is a lot lower than a lot of the deep zoom YouTube videos including mine. After I saw this I saw videos in the e^thousands range from years ago.
Don’t these things take like ages to compute? how is it doing this so quickly in a web browser? This is insanely cool
Modern browsers can compute fractals quickly using the GPU because a WebGL fragment shader can operate on every pixel simultaneously. For each pixel, the shader maps the screen coordinates to the complex plane and iterates the equation until the value escapes. And all the pixel calculations are then done in parallel.
I guess computers are that much more powerful now.
yeah that too



