home.social

#e31 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #e31, aggregated by home.social.

  1. The #e31 is a beauty, and the KS8 body kit is a perfect fit 🥹

    Handling is great too, despite the RWD powered by a monstrous V12 under the hood.

    ...the little pimp my ride guy that lives somewhere in the back of my head is _very_ satisfied with this one.

    #videogame screenshots, btw, if that's not obvious.

  2. Stress Spiral!
    #p5t #つぶやきProcessing

    Stress Spiral!

    t=0
    draw=_=>{t+=.04
    createCanvas(w=500,w)
    fill('#ff8')
    beginShape(s=99)
    l=Array(s).fill(0)
    for(i=0;i<s*s;i++)l.push(l[i]+60*noise(i/40,sin(t),cos(t))*min(i/s,1))
    strokeWeight(12)
    stroke('#e31')
    for(i=0;i<s*s;i++)vertex(w/2+cos(a=i*(TAU/s)-t)*l[i],w/2+sin(a)*l[i])
    endShape()}