WCCC_PenPlotter
Pen Plotter Reimagined
Updated
•1 min read
PlotterSplatter
For this week's Creative Code challenge by @sableRaph: "Pen Plotter“, PlotterSplater takes LiveCodeLab Code and imagines the effect of a Plotter that wants a bit of splatter.
Poem
Plotters Want to Splatter
What colors will it put it in this batter
How does the code imagine this?
What angles do the lines touch?
Where does it decide to rush?
What type of splatter will persist?
Images






LiveCodeLab Code
simpleGradient black,white,black
//simpleGradient white,blue,blue
//simpleGradient teal, orange, blue
animationStyle paintOver
scale sin(time % 10)
rotate time, time * 2, time * 3
line
scale time % 5
line sin(time), wave(0.0003)




