color-variations #1

Merged
dmitry merged 3 commits from color-variations into main 2025-03-25 21:07:23 +03:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit f8742db8a5 - Show all commits

View File

@@ -5,8 +5,8 @@ Implementation of Barnsley Fern in Go
From the root of the repository From the root of the repository
```bash ```bash
go build barnsley-fern.go go build
./barnsley-fern ./barnsley-fern-go
``` ```
or simply or simply
``` ```
@@ -15,3 +15,5 @@ go run barnsley-fern.go
This will generate an image in current directory. This will generate an image in current directory.
See **./barnsley-fern --help** for available flags. See **./barnsley-fern --help** for available flags.
Image on this page was generated with **./barnsley-fern-go -h 500 -v 500 -rainbow**

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 56 KiB