add color variations

This commit is contained in:
Dmitry Fedotov
2025-03-25 20:53:43 +03:00
parent 8d99b9b26d
commit e149469c6c
4 changed files with 70 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ Implementation of Barnsley Fern in Go
From the root of the repository
```bash
go build barnsley-fern.go
./barnsley-fern
go build
./barnsley-fern-go
```
or simply
```
@@ -15,3 +15,5 @@ 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**