//=time() ?>
目隠しで選んだ数式で落書きしたら花が咲きました。🌺
雄しべと雌しべもあります。
#processing #creativecoding #generative
def setup():size(400,400)
def draw():
colorMode(HSB,2,2,2)
a=lambda i,x,y,z: abs(cos(y+i)+sin(x+(frameCount*.1-4)*z))%2
f=lambda t:(a(0,*t),a(3,*t),a(6,*t))
[[stroke(*f(f(f((i*.03,j*.03,1))))),point(i,j)]for i in range(400) for j in range(400)]
#つぶやきProcessing
n=noise
def a(i,x,y,z):return sin((n(i)*x+n(i+1)*y+n(i+2)*z)*6)+1
def f(t):return a(0,*t),a(3,*t),a(6,*t)
size(400,400)
colorMode(RGB,2,2,2)
for i in range(width):
for j in range(height):
stroke(*f(f(f((i*.01,j*.01,1)))))
point(i,j)
#つぶやきProcessing
@SUPERlewdburger
Hey finished the processing kn that sketch thank you ^-^
"To convey the customers with the conception of processing perfection in each seed of jasmine #rice, Prompt Design carve a picture of each rice growing process onto a wood block of rice seed."
https://t.co/bX55Xo6vgM
float i,s,t,x,y,n=300;size(600,600,P2D);colorMode(HSB,9);background(9);noFill();
beginShape();
for(i=0;i<n/2;i++){
strokeWeight(20*random(-1,1));stroke(random(9),8,8);
s=random(n*.9);t=random(PI*2);x=s*cos(t);y=s*sin(t);
curveVertex(x+n,y+n);}
endShape(CLOSE);
#つぶやきProcessing
float i,s,t,x,y,n=300;
size(600,600,P2D);
colorMode(HSB,9);
background(9);
noStroke();
beginShape();
for(i=0;i<n/2;i++){
fill(random(9),9,9);
s=random(n*.9);
t=random(PI*2);
x=s*cos(t);
y=s*sin(t);
curveVertex(x+n,y+n);
}
endShape(CLOSE);
#つぶやきProcessing
Some #characterdesigns I did for a pitch that didn’t ultimately get chosen, but hey I can post my work now! It was about an entitled woman (Karen) creating a fuss in Purgatory (a DMV like processing area for Heaven and Hell) because she thinks she’s been put in the “wrong” line
float a,b,x,y,d,r=800,h=400,s=200;
void setup(){
size(800,800);}
void draw(){
background(#EFF2D0);
for(x=0;x<=r;x+=s){for(y=0;y<=r;y+=s){
d=norm(dist(h,h,x,y),h,0);
b=sin(d+x+y+a)*s;
fill(0,d*20);
strokeWeight(abs(d*2));
ellipse(h,h,x+b,y+b);
}}a-=.04;}
#つぶやきProcessing
Eagles & Owls all weekend 🦅🦉 I’ve taken so many work in progress shots over the years and wish I had saved more of them, here’s just a few ✍🏼 I think it’s important to enjoy the process as much as you enjoy achieving the goal 🙌 I’ve got a lot processing right now⏳stay tuned
We demand respect of Indigenous land & sovereignty. #StrikeWithUs to demand the halt of all construction, leasing, and permitting for resource extraction, processing and infrastructure projects affecting or on Indigenous lands. #ClimateStrike #ClimateAction
Artwork by Jackie Fawn
Triangles · 20190919
· · ·
#abstract #colorStudy #creativeCoding #generative #geometric #processing #triangles
system initializing with #art #poetry number 82 via #generative #processing sketch
I Saw The Light.
istl-190918220501
Example code : https://t.co/2rFmZZV12L
#processing #generative #creativecoding
Lmao, if you thought there was some magic image processing trickery going on for the blur effects on those moving Flash sprites, you're wrong.
There are just two images, one blurred, one not.