Hey! I am trying to create a sketch where the user draws circles, and, after a set amount of time, the previously drawn circles' y position changes.
I tried a variable that subtracted .01 each loop, but that lowered the position of all future circles as well. Is there any way to only specify the position of circles already drawn?
I attempted to export a drawing to pdf after using filter(BLUR, 6);
I got an error and assumed it was because blurs couldn't be exported into a vector. Then I tried to output it to .dxf, but ended up with a zero kb .dxf file that wont open in autocad. I changed to mode to OPENGL and others, but the file is still 0kb.
Is there any way I can export my drawing from processing into a still image/vector while using this filter?