Use Turbo Mode for faster generating Current fractal is generated with (z^2 + c). Feel free to copy and inserting another formula. Note that I used x and y apart to make it easier for me ------------------------------------------------------------------------- v and w are real and imaginary parts for z, x and y are for c... Example functions: ------------------------------------------------------------------------- z^2 + c: v= v*v - w*w + x w= 2*v*w + y ------------------------------------------------------------------------- z^3 + c: v= v*v*v - 3*v*w*w + x w= 3*v*v*w - w*w*w + y ------------------------------------------------------------------------- z^4 + c: v= v*v*v*v - v*v*w*w + w*w*w*w + x w= v*v*v*w - v*w*w*w + y -------------------------------------------------------------------------Come up with your own, or try inserting other iterative fractals like the Lyapunov fractal.
This is a Mandelbrot set generator. Note that the detail is not optimal and there are some limitations using Scratch. I guess it still is a decent project though. My first project in Scratch 3.0. Have fun!