# barnsley-fern-go Implementation of Barnsley Fern in Go ![Barnsley Fern](https://code.uint32.ru/dmitry/barnsley-fern-go/raw/branch/main/example/barnsley-fern.png "Fern") From the root of the repository ```bash go build ./barnsley-fern-go ``` or simply ``` go run barnsley-fern.go ``` This will generate an image in current directory. See **./barnsley-fern --help** for available flags. Image on this page was generated with **./barnsley-fern-go -h 500 -v 500 -rainbow**