Fractal is a command line application for generating fractal images using a variety of algorithims. Using centre points (in the complex plane), zoom levels, and gradient inputs, a wide variety of interesting images can be generated.
Fractals is an application written in go and can be compiled from source.
To install go on your system, please follow the installation instructions provided by the go lang organisation.
To download the source, execute
go get -v github.com/gilmae/fractal2
And to build and install, run
go install github.com/gilmae/fractal2