Mandelbrot Set Apple Watch App
Concepts
- Mandelbrot set "escape time" algorithm https://en.wikipedia.org/wiki/Mandelbrot_set#Escape_time_algorithm
- Drawing on a pixel canvas (*)
(*) drawing on a pixel canvas using WatchKit is non-obvious. Maybe Apple made it intentionally hard, because it is not a good practice