LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
25 stars 9 forks source link

Restore mouse support for julia set toggle #151

Open LegalizeAdulthood opened 1 month ago

LegalizeAdulthood commented 1 month ago

When the <Space> Julia set toggle is activated, a cross-hair is shown on the corresponding Mandelbrot set.

The mouse should move the cross-hair cursor and update the associated Julia with the point under the cursor.

Relates to #14.