piterpasma Profile picture
Generative Artist ~ In the beginning there was code, and the code had a groove ~ For more art, also check out my Instagram profile ~ web: https://t.co/YCLkCcatsc
Jan 2, 2023 12 tweets 4 min read
who's procrastinating? not me!! :D :D

anyway here's a thread of awesome almost-exactly-10-minute soundtracks for today's #GENUARY2 10 minute challenge!!

#genuary2023 #genuary

probably gonna use this one myself
Nov 15, 2022 6 tweets 2 min read
/** gm from tiny code land :)

Reumann-Witkam line simplification works by considering a ray (half-line) through the last two points and discarding every point closer than <tolerance> to that ray. **/ Image // Reumann-Witkam line simplification in 198 bytes

L=(x,y)=>(x*x+y*y)**.5;RD=([a,b],[c,d],e=c-a,f=d-b,l=L(e,f),z=c*b-d*a)=>([x,y])=>abs(f*x-e*y+z)/l;sy=([o,p,...s],t,r=[o],q=p,ra=RD(o,p))=>(s .map(p=>{if(ra(p)>t){r.push(q);ra=RD(q,p)}q=p}),[...r,q])
Jan 3, 2021 7 tweets 6 min read
#Genuary Day 3: Something human. (1/4)

#genuary2021 #generative #generativeart #creativecoding #genartclub (2/4) Human experience is in fact precisely what a plotter lacks--it can't see what it draws, it doesn't feel the pressure of the pen on the paper, in fact it doesn't even know it's current position. It just knows that the computer tells it how to move its motors.