//=time() ?>
I drew a thing for my dad as he'll have a leg amputation soon. I'm sorry if I keep talking about it, I feel like it's the only way I'm processing it at the moment
system initializing with #art #poetry number 19 via #generative #processing sketch
"There are limitless possibilities, as to what can be produced but the final result will be a highly creative artwork of quality and innovation that combines the craft of photography with the skill of post processing.” https://t.co/EkQ6ZqylxW
So after packing away raffle winner prizes and processing some Orders I'm down to my last 2 Rat Mousepads... I do have some Sendaks and Digimon ones left.
I do have a restock coming. So I think I'll open a pre-order form tomorrow if yall are interested?
Oh man! I'm still processing what happened in our last D&D session... A darn FlameSkull blasted a giant Fireball spell at us! Our Cleric Reverend Theo nearly died. And sadly our Goblin buddy Droop, whom my character helped and kept safe up to this point, was instantly killed. 😭
Valentine Moon.
vm-191014040501
Example code → https://t.co/H6kzWhjBMg
#processing #generative #creativecoding
X軸とY軸で合わせ鏡みたいな感じに。
#processing #creativecoding #generativeart #programming #glsl #shader
Color Study 20191011
#Processing #TouchDesigner #CreativeCoding #Generative
Under 10 minutes to transform the original #generative image into the enhanced #photoshop version. #CreateEDU with @The8BitChicken's #Structured app. #code #processing #java
Physical symptoms of #MS frequently take precedence over invisible ones. Up to 70% of people with MS, experience cognitive problems with: short term memory, information processing and concentrating. Find out more: https://t.co/arTTzjFUdh #IMHTwitterTakeover #WorldMentalHealthDay
I'M MAKIN STICKERS (holy cow I hope they sell) They're processing right now but I should have them next week :D
#MyHeroAcademia #izukumidoriya #Todoroki #Bakugou
did some post work/ color fixes to a recent drawing I completed (the second one is the post processing). Let me know what you think <3 🦑
#Splatoon #ResidentEvil #ResidentEvil2Remake #crossover #fanart #Fanarts #spookymonth #October2019 #Splatoon2 #digitalart #DigitalArtist
void setup(){
size(600,600,P3D);
fill(#E31717,80);
noStroke();
}
void draw(){
translate(300,300);
float f = frameCount*.01;
rotateX(f);
rotateY(f);
rotateZ(f);
lights();
box(max(0,400-f*20));
}
go!! #つぶやきProcessing
float r,d,i=0,o=0,A=PI/24;
colorMode(HSB,9);
size(720,720);
clear();
translate(360,360);
for(r=0;r<720;r+=(i+=2),o+=A){
fill(i%9,4,7);
for(d=o;d<TAU+o;d+=A*2){
triangle(cos(d)*r,sin(d)*r,cos(d+A)*(r+i),sin(d+A)*(r+i),cos(d-A)*(r+i),sin(d-A)*(r+i));
}
}
#つぶやきProcessing
水の中に垂らした色が広がっていくような感じ。
#processing #creativecoding #generativeart #programming #glsl #shader