TURBO MODE Click the stage to zoom in on the region near the mouse Space - re-render view Up - cycle rendering effects Down - show/hide variables (below) Left - Zoom out 1 and render Right - Manually enter coordinates and zoom and render res = Resolution. Higher is lesser detail, lower is greater detail n = power (-8 to 8) i_max = Iteration limit rendering effect = style of rendering the fractal
Thanks to a couple more wikipedia articles, I've found more equations for rendering fractals of powers other than 2. The generalized formula is Z <=> z^n + c. en.wikipedia.org/wiki/Multibrot_set en.wikipedia.org/wiki/Atan2 At first, I broke the original maths, which rendered some of the most bizarre variations ever, but I fixed it to get the results I wanted.