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
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
Examples