From 98938954b152c0712661e7994877dc13531080c4 Mon Sep 17 00:00:00 2001 From: jdxyw Date: Sat, 6 Mar 2021 15:38:55 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9f0d7..781aba8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ `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 miss something.). Currently, it supports the following type. +This package is still working in progress, more types would be added. Welcome anyone interested in this filed to submit your PR. + - Maze - Julia Set - Random Circle Trails @@ -22,7 +24,7 @@ - Janus - Random Shapes -For these kinds of art, the package provides as many as parameters to control the appearance. +For these kinds of art, the package provides as many as parameters to control the appearance. ## Install