画質 高画質

Started making the characters come out of the frames, and the results look absolutely AMAZAZING! I'll be releasing the whole set on my in 12 hours, and is currently processing approval! I hope everyone like! 🐲💚

8 14

画面の半分でモードを変えてみる。

5 12

目隠しで選んだ数式で落書きしたら花が咲きました。🌺
雄しべと雌しべもあります。

0 9

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)]

3 16

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)

2 26


Hey finished the processing kn that sketch thank you ^-^

2 23

"To convey the customers with the conception of processing perfection in each seed of jasmine Prompt Design carve a picture of each rice growing process onto a wood block of rice seed."
https://t.co/bX55Xo6vgM

2 14

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);

9 29

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);

5 22

Some 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

3 15

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;}

11 71

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

0 2

We demand respect of Indigenous land & sovereignty. to demand the halt of all construction, leasing, and permitting for resource extraction, processing and infrastructure projects affecting or on Indigenous lands.
Artwork by Jackie Fawn

4 8

system initializing with number 82 via sketch

0 0

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.

1 5