//=time() ?>
and the following backpack designs have been sent for processing! ❤️
feels good to get things out of the way, lol!
Job title : septic diver
Description the. Septic system under and around the plant is verry system , thoses hired are required to remove all foren object befor they make it to processing
話題になっていると聞いて。。。(΄◉◞౪◟◉‵) b
よろしくお願い致します。
https://t.co/WjNNxqzr2J
#Processing #p5js #dailycoding #creativecoding #鬼滅の刃 #鬼滅完結
A sketch I did last night before bed. The morning after Zero and Maria sleep together for the first time. Maria is still processing what happened
波模様の不思議な球体の結晶体を描きました!
#Processing #p5js #プログラミング #programming #creativecoding #generative #OpenProcessing #NEORT
【Wave Sphere】
OpenProcessing :
https://t.co/4EfxbazAxI
NEORT :
https://t.co/6HHyfZaeGH
This art was made quite a long time ago, but I didn't submitted it because I was recording it and I wanted to make a speedpaint. Senntinel made a montage and I needed just to make a post processing.
https://t.co/ZMgNNsilj0
#payday2 #jimmy #ocxcanon #oc #digitalart
ふと、シンプルなタイルとジェネラティブな線って合うのでは?と思ったけど、合う気がしている
#processing #p5js #generativeart #creativecoding
Couldn't Stand The Weather.
☁️https://t.co/htGe8o4RZd
#processing #generative #creativecoding
I love everything about the final season of SheRa and its beautiful ending! Still processing how good Catra looks with her short hair. #SheRa #Catradora #Sheraspoilers
the only one with a surprise
from the generative portrait series "alternatives"
#generative #generativeart #generativedesign #genart #digitalart #processing #javascript #openframeworks #creativecoding #espenkluge #katevassgalerie
float r,d,p;
size(720,720);colorMode(HSB);noStroke();clear();for(r=0;r<TAU*7;r+=.72)for(d=0;d<400;d++){fill(220+(p=1-int(r/TAU)*.1)*99,d/2,255-d/2);push();translate(cos(r+p)*d*p+360,sin(r+p)*d*p+360);rotate(r+p);circle(0,0,cos(d*.004)*sin(d*.008)*99*p);pop();}
#つぶやきProcessing
#sheraspoilers My heart is so fucking full!!!! I’m still processing that this happened
float x,y,d,r,O;
size(720,720);
rectMode(CENTER);
colorMode(HSB);
noStroke();
for(y=-30;y<780;y+=50){
for(x=-30;x<780;x+=50){
for(d=99;d>0;d--){
fill((x*y)%255,d*2,255-d*2);
square(x+cos(r=noise(x,y)*TAU*9)*(O=11-d/9),y+sin(r)*O,d/2);
}
}
}
#つぶやきProcessing