munrocket / deep-mandelbrot

Deep mandelbrot explorer
Other
20 stars 2 forks source link

Infinite zoom #1

Open cveld opened 4 years ago

cveld commented 4 years ago

What would be required to enable infinite zoom? Is it only the surrounding JavaScript or must the WebGL code also be adjusted?

munrocket commented 4 years ago

I need to invest more time in this project :) Both.

cveld commented 4 years ago

Have you taken a look at https://sourceforge.net/p/suprfractalthng/ ? I assume this is the code of the inventor of the perturbation theory based fractal calculation? As written in the following pdf: http://www.science.eclipse.co.uk/sft_maths.pdf

To what extent is your setup comparable?

Is there a more of a layman's explanation of the algorithm available?