Mandelbrot Toy
Developer
Craig Warner
About
This program constantly wanders around the Mandelbrot Set state space drawing the Mandelbot. The application user can select the color schemes, drawing speed, and wndersng speed. Mandelbort-toy is written in Go and uses the Fyne.io graphical user intereface.

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/craig-warner/mandelbrot-toy@latest
Or you can download the code directly from git:
git clone https://github.com/craig-warner/mandelbrot-toy