This is a tool I made to explore the Julia Set fractals. The equations are usually in the form of
Zn + C
C is a complex number that corresponds to x and y coordinates. So if C = .3 - .7i, you can put in .3 for cx and -.7 for cy to generate the equation. The exponent n corresponds to the number of sides the fractal has.
You can use a MIDI controller to adjust the sliders.
12/18/23 - added animations controls