Skip to content

DDSSwiftTech/MandelbrotSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot set in Swift

This is a simple program that will accurately draw the Mandelbrot set, using Core Graphics. Feel free to contribute improvements, or use the code for whatever.

Supported Keystrokes

  • arrow keys: panning
  • +/-: increase/decrease zoom
  • q: quit
  • s: save a copy of the current screen to the desktop

Examples