画質 高画質

BUILD

Know proper T-SPIN setups (becauseIdon't) lol

0 2

I get to this point of drawing on my Samsung tablet & then I miss Clip Studio Paint because I know I could have done this way better on there with my PC setup...

0 6

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! 😊

2 24

https://t.co/PiNaQxAdqb

MAD STUFF FOR DOOM II / Doom II / Limit-Removing / 2002 / MAP01-MAP06 / by

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.

2 13

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! 😄

17 150

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!!

15 77

We take a peek inside a witch's house in today's by our Manchester studio Scene Setup Artist, Catherine Egan 👉 https://t.co/j76lSsDCz6 🧙‍♀️✨

3 5

A qucik-ish piece of a big spooky onion and one of my all time favorite characters. Just knocking a week of rust off and testing out my redone setup before I get back to the serious stuff.

4 20

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

3 17

Did some edits to the eyes to improve the fit and add a more aggressive scowl. So now back to the 3d printer to setup another test print.

3 20

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

i drew preston's streaming/gaming setup

5 49

Today's page is a big splash art panel, an overview of our strange mage acquainance's living setup:
https://t.co/KxzJRxvwSq

29 222

Ahhh!! My friend drew this amazing illustration of me in my latest setup! I love it! ☺️

7 67

Got me self setup with an iPad to use wherever I go! I painted a portrait of my character Idako

9 111

Thank you all so much for coming to my art stream! This beautiful piece was the outcome of tonight's stream ;w; ~!

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

8 43

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