app icon

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.

app screenshot

Installation

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