Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 733 Bytes

Fractals

Go

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.

Getting Started

Fractals is an application written in go and can be compiled from source.

Prerequisites

To install go on your system, please follow the installation instructions provided by the go lang organisation.

Installing

To download the source, execute

go get -v github.com/gilmae/fractal2

And to build and install, run

go install github.com/gilmae/fractal2