This project is a C++ program to calculate and represent graphically the Mandelbrot fractal set, and/or the corresponding Julia sets, according to the seed Z0 given by the user as input.
The user disposes of a graphical interface to control the program and modify conveniently some parameters, like the XY-scales, the XY map area, the Julia seed for the complex series
iteration of Z(n+1)=Z(n)^2+a, being Z(0)=(X0,Y0) the seed, and
"a in XY" the points to be calculated.
The user can...