mikebharris / javascript_mandelbrot_set_and_julia_set_explorer

A Mandelbrot and Julia set explorer using HTML 5 canvas
GNU General Public License v2.0
3 stars 1 forks source link

Distance Estimator Method needs extra parameters #3

Closed adelaydeelsevier closed 1 year ago

adelaydeelsevier commented 1 year ago

The DEM probably requires a way for users to tweak the overflow, delta etc via the UI

adelaydeelsevier commented 1 year ago

Added overflow and threshold fields.