//=time() ?>
今日の英語ロギア。導くrect。ラテン語 regulaが由来。意味は「導く」(to lead)。派生語にはright「正しい」やdirector「監督」やaddress「住所」、royal「国王の」、royalty「特許料」、direction「方向」などがある。directionはdi-「離れて」rect「導く」-ion「こと」と分解できる。
栗コーディング(59)
板チョコ……かな?
久々に触ったらrectってなんやったっけ状態でしたので、私はもうダメです😭
#p5js
#つぶやきProcessing
float a=0,b;void setup(){size(2000,2000);for(;a<2;a+=.002){for(b=0;b<2;b+=.002){stroke((sin(log(f(0,0,22)))+1)*128);rect(a*1e3,b*1e3,1,1);}}}int f(float x,float y,int n){if(n<0||x*x+y*y>9){return 1;}else{return f(x*x-y*y+a-1.5,2*x*y+b-1,n-1)+f(2*x,2*y,n-1);}}
Pleased with this cute little hanami dango I made for illustrating the use of g/rect/circle in svg https://t.co/1uHKAmhKXI
Rect confession:
Fucked up last night and accidentally listed my Shremp Rick
@shrempin for 10sol.
Some lucky snipper bought it before I realized what I had done.
By by forever Shremp Rick.
Magnifique dessin de Bagetto qui nous vient de @JennScarlet87 ! Encore merci, ça part en PP DI-RECT !
Two spicy pervs are nearing the gates of Perville…
RON CHEE & STACY RECT!
Mint Raffle for 0.069 in the discord now for OG Perv holders ✊🏽
Read their bios here 🤣👇🏽
https://t.co/IaptFRS8F3
https://t.co/GQQr4hObFr
How Kouichirou and the Yuuki Family will approve #Kirito and #Asuna's real world marriage, future home, and a possible side job at RECT for Kirito.
#SwordArtOnlineProgressive #SwordArtOnline #SAO #SAO_anime #asunayuuki #kiriasu #kirisuna #Sonic #SonicTheHedeghog
Where it started vs How it's going
Considering doing the original rect study as a free mint for pixelwank holders -> To act as the allow list pass for the cities 👀
#generativeart #fxhash #tezosart #tezoscollectors
Small tweak to the rect snapping, add in an "oops all rects" feature, and then ... ~g-L-1-T-<-h~ mode #wip #fxhash #generative
rectを用いて、全体にノイズを入れてみた。
#p5js #creativecoding #generativeart #プログラミング #ジェネラティブアート
rectとかを更に重ねた。きれい。
#p5js #creativecoding #generativeart #プログラミング #ジェネラティブアート
draw=_=>{createCanvas(d=600,d),colorMode(HSB),noLoop(),R=random,noFill(),c=d/2,v=100,stroke(R(360),v,v),circle(c,c,c),stroke(R(360),v,v),rect(c,c,c),$=get(0,0,d,d);for (i=0;i<20;i++) {$.copy($,x=R(d),x,w=R(d),w,y=R(d),y,h=R(d),h);}background(10),image($,0,0);} #つぶやきProcessing
setup=_=>{createCanvas(W=720,W)
background(0,99,0)
stroke("#FF0")
for(y=0;y<W;y+=6)for(x=0;x<W;x+=6)if(noise(0|x/90,0|y/60)>.75)rect(x,y,4)
else if((N=noise(x/99,y/59))<.4)line(x,y,x+cos(R=(0|N*16)*PI/4)*8,y+sin(R)*8)
else if(N<.43)circle(x,y,3)}
#つぶやきProcessing
#AltEdu2022