This project is about to generate mandelbrot view with the equation z(n+1) = zn^2 + c, in swift.
The functionalities implemeted are
- Custom settings
- Zoom in to infinite level
- Random colors
- Enter zoom level and tap to pick complex coordinate in pattern for zoom at this portion
- Pixel size setting for clearity of view
- Runtime description of iterations counts and zoom level
- Show list for all complex numbers saperatly which are inside and outside the mandelbrot set
- Logs for processed time for completeing iterations and draw the view