Today, I found by accident that the demo site I created 3 years ago to accompany my book "Generative Art in Go" is till alive an kicking!

https://goart.netlify.app/

We are talking about crude generative art sketches like the one on the photo. Upload a photo in whichever resolution you want, and leave the generator to do its job.

It's all done in the browser thanks to WASM.

I am interested to yee your creations!

---
#golang programming #wasm #webassembly #generativeart #art

Generate Art With Go and WebAssembly

A simple experiment at using WebAssembly for rendering sketches from a source image.

@preslavrachev @preslavrachev
I am also using WebAssembly (C++ / Emscripten) to do interactive generative art, with an interface written in React.

I'd be interested in learning more about this project and how it was accomplished. Do you have a GitHub repo?

GitHub - preslavrachev/generative-art-in-go: A companion source code repository to the book "Generative Art in Go"

A companion source code repository to the book "Generative Art in Go" - preslavrachev/generative-art-in-go

GitHub