I really enjoy making visualizations like this.
Zooming into a stack of embedded Julia sets of the Mandelbrot set.
#Mandelbrot #MandelbrotSet #Fractal #Fractals #DeepZoom #Visualization #Graphics
I really enjoy making visualizations like this.
Zooming into a stack of embedded Julia sets of the Mandelbrot set.
#Mandelbrot #MandelbrotSet #Fractal #Fractals #DeepZoom #Visualization #Graphics
@Microfractal it looks really, how are you making them? Is there anything you can share about it?
@webhat It's created using my own software. It uses a lot of algorithms to accelerate the computation of such deep zooms: Perturbation theory and linear approximation acceleration. Perturbation makes it possible to avoid slow high precision number types for each pixel, linear approximation acceleration skips a bunch of iterations.
I wrote about the algorithms here: TODO
I have a thread about the program here: TODO