Algorithm set to plot random images of the mandelbrot set.In each frame, parameters (such as centre of the image, color, zoom, rotation angle, or number of iterations) are set to be affected by a normal distribution with a given deviation and former frame parameters as mean. if the difference between points in and out of the set is within a given range, frame is accepted. Adrian Puerto.
I've been watching some m-set and j-set animations, and I wonder if they all last as long as mine to render. This movie took about three days for my pc to calculate. It's 800x800 pixels at 15 fps. I guess my algorithm is really slow. But the only way I can guess to make it faster is using distributed computing. I suppose that there is another way to render this using appropiate graphical hardware, but I have no idea how to do so.
Any advise is welcome.
Unlord84 3 years ago