Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 646 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 646 Bytes

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