//#つぶやきProcessing #p5js t=s=0,h=.1 draw=_=>{ r=random t||createCanvas(W=(w=200)*2,W) s||(x=r(-1,1),y=r(-1,1)) strokeWeight(4) ;[x,y]=[-y/2*(1-x*x)*h+x,x/2*(1-y*y)*h+y] stroke(w*cos(x+t/88),w*sin(y+t/91),w*tan(t/8)) point(x*w+w,y*w+w) s=++t%w }

TakagiHitoshi's tweet image. //#つぶやきProcessing #p5js
t=s=0,h=.1
draw=_=>{
r=random
t||createCanvas(W=(w=200)*2,W)
s||(x=r(-1,1),y=r(-1,1))
strokeWeight(4)
;[x,y]=[-y/2*(1-x*x)*h+x,x/2*(1-y*y)*h+y]
stroke(w*cos(x+t/88),w*sin(y+t/91),w*tan(t/8))
point(x*w+w,y*w+w)
s=++t%w
}

Explored some wave-based text animation using p5js 🕹️ #creativecoding #p5js

abhisek_im's tweet image. Explored some wave-based text animation using p5js 🕹️

#creativecoding #p5js
abhisek_im's tweet image. Explored some wave-based text animation using p5js 🕹️

#creativecoding #p5js

//#つぶやきProcessing #p5js t=0 draw=_=>{r=random t||createCanvas(W=400,W)+(P=[],C=[-3,-2,-1,0,1,2,3]) background(99) e=exp(t-5) c=e-1/e s=e+1/e P.push([r(W),r(W)]) for(x of C)for(y of C)P.map(([u,v])=>(fill(W),rect((c*x-s*y)+u,(s*x+c*y)+v,9))) t=(t+=.05)>9?0:t}


動きを毎回変えて奇跡を描いたらアートっぽくなった #p5js

dansanburu's tweet image. 動きを毎回変えて奇跡を描いたらアートっぽくなった
#p5js

From the archives 📂Tear up space Apr 16, 2021 - 10 edition - Hic Et Nunc GIF LOOP | 640x640px | 300 Frames #javascript #p5js


random thoughts 20251013 / #p5js openprocessing.org/sketch/2738132 let NC = 19 // Number of Colors let PROB = {WiW: 0.3, drip:0.2, LINE:0.1, BRUSH:0.4, RUB:0.} let CLIMITS = {red:{MIN:0, MAX:255}, green:{MIN:0, MAX:255}, blue:{MIN:0, MAX:127}} const W = 99

TakagiHitoshi's tweet image. random thoughts 20251013 / #p5js
openprocessing.org/sketch/2738132
let NC = 19 // Number of Colors
let PROB = {WiW: 0.3, drip:0.2, LINE:0.1, BRUSH:0.4, RUB:0.}
let CLIMITS = {red:{MIN:0, MAX:255}, 
               green:{MIN:0, MAX:255},
              blue:{MIN:0, MAX:127}}
const W = 99

VJに使用した "p5.js sushi sequencer" を公開します! 1. "akai apc mini mk2" を用意する 2. 下記リンクにアクセスし、midi接続を許可する 3. 8*8のボタンと、右側のボタンを押してみる 4. フェーダーでエフェクトかかる p5js-sushi-sequencer.vercel.app ぜひ遊んでみてください! #p5js #function_draw


April 17, 2022, a day I’ll always remember for @fx_hash_. The excitement and great joy I felt that day remain strong. “Seed Facade” was minted then, my first of 10 #p5js works so far. tinyurl.com/279a3kyj Waiting for @fx_hash_ to open again ...


Three sails rise at dawn, bound by unseen hands and hope. The tide writes their fate. And though they sailed together, each journey was their own. Only fate and the tide would choose their destiny. A #haiku with my #p5js landscape art. #Poetry #Poems #WritingCommunity

MarnixKeller's tweet image. Three sails rise at dawn,
bound by unseen hands and hope.
The tide writes their fate.

And though they sailed together, each journey was their own. Only fate and the tide would choose their destiny.

A #haiku with my #p5js landscape art. #Poetry #Poems #WritingCommunity

Dodgson condensation / #p5js openprocessing.org/sketch/2753985 「鏡の国のアリス」の作者ルイス・キャロル(Charles Lutwidge Dodgson)が考案した行列式の計算方法。 行列式を小行列式に分解して圧縮する。その途中の小行列式を図示。乱数で6x6行列を発生させているので、答えが出ないときもある。


//#つぶやきProcessing #p5js t=0 draw=_=>{r=random t||createCanvas(W=400,W)+(P=[],C=[-3,-2,-1,0,1,2,3]) background(99) e=exp(t-5) c=e-1/e s=e+1/e P.push([r(W),r(W)]) for(x of C)for(y of C)P.map(([u,v])=>(fill(W),rect((c*x-s*y)+u,(s*x+c*y)+v,9))) t=(t+=.05)>9?0:t}


I just drop "fe3lfre3", an animation generated with p5js and audio reaction. Part of a series of #p5js studies ✨ objkt.com/tokens/open_ob… #xtz #tezos #nft #nftcollectors #objkt #creativecoding #javascript


今度は音の大きさにあわせて円の大きさを変えてみました 音の入力は p5.AudioIn() 音量取得は p5.Amplitude() グラフはTweakpaneのaddBindingで監視してgraph viewにするとリアルタイムでグラフを書いてくれて便利ですね #p5js


//#つぶやきProcessing #p5js t=0 draw=_=>{r=random createCanvas(W=400,W) t||(P=[]) t<1?P.push([r(),r(),r(W),r(W)]):0 P.map(B=>(x=B[2]-=B[0]*t,y=B[3]+=B[1]*t-t*t/W,B[0]*=x<0||x>W?-1:1,B[1]*=y<0||y>W?-1:1,fill(W,W*B[0],W*B[1]),circle(x,y,27))) t=(t+=.01)>9?0:t}


From the archives 📂Tear up space Apr 16, 2021 - 10 edition - Hic Et Nunc GIF LOOP | 640x640px | 300 Frames #javascript #p5js


A dive and a quiet alignment of absence #p5js #creativeCoding ⬜️ ◻️ ◽️ ▫️


RGB Polaris. a #p5js longform generative art series on @editart_xyz

alterebro's tweet image. RGB Polaris.
a #p5js longform generative art series on @editart_xyz
alterebro's tweet image. RGB Polaris.
a #p5js longform generative art series on @editart_xyz
alterebro's tweet image. RGB Polaris.
a #p5js longform generative art series on @editart_xyz
alterebro's tweet image. RGB Polaris.
a #p5js longform generative art series on @editart_xyz

VJに使用した "p5.js sushi sequencer" を公開します! 1. "akai apc mini mk2" を用意する 2. 下記リンクにアクセスし、midi接続を許可する 3. 8*8のボタンと、右側のボタンを押してみる 4. フェーダーでエフェクトかかる p5js-sushi-sequencer.vercel.app ぜひ遊んでみてください! #p5js #function_draw


Loading...

Something went wrong.


Something went wrong.


United States Trends