Genny
A playground for creating generative art, buit with Rust
About
This is a simple playground that allows me to explore ideas around generative art. Currently it generates images similar to the following:
It supports some basic level of customization (theme, size), and every time you change settings or reload the page, a new image is generated.
here.
You can play with it
🚴
Usage
If you'd like to play with the dev version, all you need to do is clone this repo, and then run the following two commands in two separate terminals:
./start_auto_build.sh
This will start an auto-build, that'll rebuild the project everytime you make a change. (Depends on having entr
and wasm-pack
installed on the local machine)
./start_dev_server.sh
This'll start an auto-refresh browser window, which will refresh the page everytime there's a change to the build.
As long as you have these two commands running, you'll see realtime updates of the page as soon as you change and save a file, to get a really short feedback cycle between change and outcome.
To release to github pages, run ./release
, add the newly generated files, and push to github.