//=time() ?>
レイヤーを複数用意し,各レイヤーを色分けして塗りつぶした後,画面を覆うようにして領域を再帰的に分割し,円または角丸の矩形でレイヤーをくり抜く.最後にすべてのレイヤーを重ねて描画する.https://t.co/OW3DEBIViY #p5js #creativecoding #dailycoding
#136 : Platonic dream
inspired by @takawo's artwork🙏
https://t.co/rUCRngekV1
NEORT : https://t.co/sWoMF7kfHb
OpenProcessing : https://t.co/ewEQ6wPvKd
#creativecoding #p5js #generativeart #digitalart #NEORT
Trying to go for a flickering light/orb situation and experimenting w/ #d3js force and it's a bit more manic? than I was hoping for 😅 I can't seem to slow it down even after fiddling w/ alpha, alphaDecay, and velocityDecay 🤷♀️
I think I'm headed in the right direction tho ✨
#28 Brush Stroke Study
https://t.co/wPxXmkVgso
ブラシのような質感を作るのに↓のポストを参考にしました
https://t.co/J7w5dq5HCJ
#p5js #processing
最後まで悩んだ色味たち🎨
1枚目:fill(c=random(w),w-c,c);
2枚目:fill(c=random(w),c,w-c);
3枚目:fill(c=random(w),c,c);
4枚目:fill(c=random(w),c,w);
#p5js #processing #creativecoding