
Command Palette
Search for a command to run...

Comments
Join the discussionNo comments yet. Be the first to comment.
Search for a command to run...

No comments yet. Be the first to comment.
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.
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?






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)