NOTE: Please use TURBO MODE by shift-clicking the green flag! Draw three different types of fractals in one program! For more info on Julia sets and the Mandelbrot set, check out this website: https://mathcs.clarku.edu/~djoyce/julia/julia.html SETTINGS EXPLANATIONS: ------------------------------------------- - Max. Iterations: The number of times each pixel is run through the chosen fractal function before being considered inside the set. Increasing this makes renders more accurate, but will slow down the rendering process a LOT. - Zoom: A multiplier for how far to zoom in on the fractal, where 1 displays all pixels from (-1,-1) to (1,1). - Center Real & Center Imag.: The real (x-coordinate) and imaginary (y-coordinate) coefficients of the point to center the render on. - c Real & c Imag.: The real and imaginary coefficients of the c-value to use in the desired Julia set's fractal function. THUMBNAIL SETTINGS: Mode: Burning Ship Max. Iterations: 200 Zoom: 18 Center Real: -1.75 Center Imag.: 0.03