Skip to content

Dhaval1094/DUMandelbrot-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DUMandelbrot-Swift

This project is about to generate mandelbrot view with the equation z(n+1) = zn^2 + c, in swift.

Screenshot

The functionalities implemeted are

  1. Custom settings

settings1

  1. Zoom in to infinite level
  2. Random colors

sq1 sq2 sq3 sq4 sq5

  1. Enter zoom level and tap to pick complex coordinate in pattern for zoom at this portion

settings2

  1. Pixel size setting for clearity of view
  2. Runtime description of iterations counts and zoom level

sc1 sc2 sc3 sc4

  1. Show list for all complex numbers saperatly which are inside and outside the mandelbrot set

cc

  1. Logs for processed time for completeing iterations and draw the view

About

Mandelbrot Set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages