darsor / mandelbrot

Mandelbrot Explorer
0 stars 2 forks source link

Interrupt, color lock, and iter/color scaling #21

Closed darsor closed 8 years ago

darsor commented 8 years ago

closes #18 and #12

While the mandelbrot is generating after an iteration change, it can be interrupted to change it again before it's done. That way there's no need to wait until it's done generating iterations just to change it again.

Iterations and colors now scale with depth. So, the higher the iterations the faster it will be increased. Colors (left and right arrow) are dependent on max_iters. So the more iterations, the slower colors move. If colors move too slowly, you can press 'L' at a lower iteration level to "lock" the colors from change more. Press 'L' again to unlock.