update the README

This commit is contained in:
Yongwei Xing 2021-03-10 10:35:11 +08:00
parent cde7ea1413
commit 35cb465736

View file

@ -7,6 +7,12 @@
`generativeart` is a `Go` package to generate many kinds of generative art. The goal is to collect some excellent generative art (implemented in `R` or `Processing`), and rewrite them in `Go` again. I would paste the original link at the end of this README(If I remember, you can also submit a PR if you found I missed something.). Currently, it supports the following type. `generativeart` is a `Go` package to generate many kinds of generative art. The goal is to collect some excellent generative art (implemented in `R` or `Processing`), and rewrite them in `Go` again. I would paste the original link at the end of this README(If I remember, you can also submit a PR if you found I missed something.). Currently, it supports the following type.
## Buy me a coffee
If you found this package is useful, maybe you could buy me a coffee from [Paypal](https://www.paypal.me/jdxyw).
## Types supported
This package is still working in progress. More types would be added. Welcome anyone interested in this field to submit your PR. This package is still working in progress. More types would be added. Welcome anyone interested in this field to submit your PR.
- Maze - Maze
@ -31,10 +37,6 @@ This package is still working in progress. More types would be added. Welcome an
For these kinds of art, the package provides as many parameters to control the appearance. For these kinds of art, the package provides as many parameters to control the appearance.
## Buy me a coffee
If you found this package is useful, maybe you could buy me a coffee from [Paypal](https://www.paypal.me/jdxyw).
## Install ## Install
The go version I used is `Go 1.16`. The go version I used is `Go 1.16`.