はぅ君(@Hau_kun) 's Twitter Profile Photo

t=0
draw=_=>{t++||createCanvas(W=720,W)
background(0)
for(z=4;z>0;z--)for(y=-90;y<W;y+=60/z)for(x=-90;x<W;x+=60/z)(noise((x-int(t*(5-z)/120)*60)/99,(y-int(t*(5-z)/60)*60)/99,z))>.45?(fill(255-z*50)+square(x+(t*(5-z)%120)/2,y+(t*(5-z))%60,60/z)):0}

account_circle
小葱(@konegi55) 's Twitter Profile Photo

Day28 「誰かの作品を真似してみる」

昨日に続きtakawoさんの作品を参考に。
ずーっと真似してつくってみたかった波の表現。
グラデーションとぼかしを入れるのも。

すっごい勉強になります。

openprocessing.org/sketch/1962000

account_circle
oz(@0xozram) 's Twitter Profile Photo

26 - random()

Learned a new stitching technique! Did you know you can create custom dashed line patterns with by using:

canvas.drawingContext.setLineDash()

account_circle
Ash Fishman 🎧💥🦆 Ash-ish.eth(@ohmygosh_itsash) 's Twitter Profile Photo

A huge pain in Web3 is knowing and targeting your community. You can barely build a persona. It's a nightmare. 🥶

That's why I created Kamoona - a no-code, simple yet powerful tool that converts wallet addresses to ENS & twitter handles. Get started👇

ashfishman.com/official/kamoo…

account_circle
shibomb(@shibombxyz) 's Twitter Profile Photo

You don't see a line that exists. You see a point that does not exist. (20230627)
editor.p5js.org/shibomb/full/G…

my challenge: day27 x seed 20230627

account_circle
Akari(@redapple0414) 's Twitter Profile Photo

この作品の色や値をいろいろ変えてみましたー😊
openprocessing.org/sketch/993783
短いプログラムでこんな素敵なのが作れるなんてすごーい✨✨✨
Day28「誰かの作品を真似してみる」


account_circle
p5.js日本語翻訳プロジェクト(@p5js_i18n_ja) 's Twitter Profile Photo

今日のDailyCodingネタ💡
bezierPoint()
p5js-i18n-ja.pages.dev/ja/reference/#…

ベジエ曲線を動きに応用できそうですね
seed

account_circle
ROQ Technology(@RoqTechnology) 's Twitter Profile Photo

Developers: Use AI to generate the boring parts of your webapp code. Trust us, it feels like magic. ✨

🤖 Generate your app code with prompts
💻 Get the code, and add your own
🚀 Launch

account_circle
はぅ君(@Hau_kun) 's Twitter Profile Photo

t=0
draw=_=>{t++||createCanvas(W=720,W)
colorMode(HSB)
background(0)
strokeWeight(2)
for(x=0;x<W+!(y=-40)+!(c=0);x+=2)while(y<W)stroke(c*8,99-x/9,c%2*(N=noise(x/W-t/40,c++/30))**2*300-20)+line(x,y,x,y+=N**4*199+(5-c%2*2)*2+39*(x/W))}

account_circle