From 05234772e7b78a0fc41d03237d8f5a1fb09ef731 Mon Sep 17 00:00:00 2001 From: Preslav Rachev Date: Tue, 16 Aug 2022 17:21:06 +0200 Subject: [PATCH] Add "Generative Art in Go" --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50efac9..f9e2168 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]([BOOK URL](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 ====