home.social

#つぶやき — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #つぶやき, aggregated by home.social.

  1. Theme for #genuary14 is <1Kb. The Javascript alone is only 240 bytes (450b including the HTML). Code:
    f=0;i=100;draw=_=>{f++||createCanvas(w=6*i, w);t=TAU;clear();colorMode(HSB,i);noStroke();for(let r=w*1.25; r>10; r-=30){for(let a=0; a<t; a+=t/i){let n=noise(sin(a*3),cos(a*6)+ r/i-f/20)*i;fill(i-n*1.2,i,n);arc(w/2, w/2, r, r, a, a+t/i)}}}

    #genuary #genuary2024 #つぶやき #codeGolf #p5js #creativeCoding #stillhave69characterstouse