//=time() ?>
I should save this so I have something to post for tomorrow, but I found this neat phone app that feels really nice! 😄
I still prefer my standard setup, but this is quite handy for on the go use🤔
Anyways, have a test Ferdie! 😊
#FireEmblem #FireEmblemThreeHouses
https://t.co/PiNaQxAdqb
MAD STUFF FOR DOOM II / Doom II / Limit-Removing / 2002 / MAP01-MAP06 / by @pcorfiatis
Sort of a jokeWAD. It mostly exists to showcase some weird encounter setups that highlight ways in which you can exploit Doom's simplistic but effective monster AI.
Some people have been posting their computer setups, so I thought I'd post mine! It's a bit sloppy at the moment, but I'm very proud of it! 😄
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
We take a peek inside a witch's house in today's #Sketch by our Manchester studio Scene Setup Artist, Catherine Egan 👉 https://t.co/j76lSsDCz6 🧙♀️✨
A qucik-ish piece of a big spooky onion and one of my all time favorite #OnePiece characters. Just knocking a week of rust off and testing out my redone setup before I get back to the serious stuff.
We have updated the stock for Golden Lever, Golden Base, and Golden Plate. you can start put orders now, thank you so much for supporting 🙇♂️.
GL Full Collar setup will be available next week
https://t.co/ycir9Z9BZB
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
Today's page is a big splash art panel, an overview of our strange mage acquainance's living setup:
https://t.co/KxzJRxvwSq
Ahhh!! My friend @zettaikirby drew this amazing illustration of me in my latest setup! I love it! ☺️
Got me self setup with an iPad to use #procreate wherever I go! I painted a portrait of my character Idako
Thank you all so much for coming to my art stream! This beautiful piece was the outcome of tonight's stream ;w; #Sexy_Mekky ~!
Also Thank you everyone for the donations, with all your help I'll have my own Setup in no time! I appreciate you all so much ;-; Thank you!! <3
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