Flower - made in Processing Move mouse over the image to change parameters You can…
Flower - made in Processing Move mouse over the image to change parameters
You can download the binaries (Mac/Win) as well as the sources here.
source: (not so polished, but you get the idea)
int halfw; int halfh; void setup() { size(480,350); halfw = width/2; halfh = height/2; …