ckormanyos / mandelbrot

High-precision Mandelbrot fractal iterations in C++ template code
Boost Software License 1.0
7 stars 3 forks source link

Mandelbrot Discovery to support multiple config/rectangle/iteration types #152

Closed ckormanyos closed 1 week ago

ckormanyos commented 2 weeks ago

Mandelbrot Discovery to support multiple config/rectangle/iteration types and scale to more well-suited types as the dive gets deeper and deeper. Start with something like $4$ config/rectangle/iteration types and hand-off to these when crossing over the trip-points for the next digit magnification.

ckormanyos commented 1 week ago

Handled in #155