From 764ec2496c10f1c8cc33c3a0b0441682694be0ec Mon Sep 17 00:00:00 2001 From: Preslav Rachev Date: Wed, 17 Aug 2022 23:03:56 +0200 Subject: [PATCH] Add "Generative Art in Go" (#122) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50efac9..a7e73ff 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,14 @@ This e-book comprises 23 complete recipes with the code examples necessary to re - WasmEdge & Go - Wasm in the Cloud: Do you know Atmo? +### [Generative Art in Go](https://p5v.gumroad.com/l/generative-art-in-golang) + + + +Generative art is a unique form of artistic expression, building bridges between computer programming, randomness, and visual aesthetics. + +This short book will introduce novice and experienced Go programmers to the beautiful world of algorithmic art and computer graphics. If you are looking for new areas to apply your favorite language, go check it out! + Resources ====