Program to draw and explore the Mandelbrot set. Written in Scala, using ScalaFX for UI and Scala.Rx as an FRP framework.
Key | Action |
---|---|
Left click | Zoom in 4x |
Right click | Zoom out 4x |
. (period) | Double the max number of iterations |
, (comma) | Halve the max number of iterations |
D or R | Redraw (press this after you are finished resizing the window) |
S | Pop up a save file dialog |
Q | Quit |