AnasAbdin
styofa doing anything
Keni
taylor price
we're not kids anymore.

titsay

if i look back, i am lost
Peter Solarz
Mike Driver
will byers stan first human second
Misplaced Lens Cap
dirt enthusiast

oozey mess
🪼
Lint Roller? I Barely Know Her
RMH
One Nice Bug Per Day
almost home
art blog(derogatory)

seen from Canada

seen from United States

seen from Netherlands

seen from United States
seen from Türkiye

seen from Singapore

seen from United States
seen from Singapore
seen from Netherlands
seen from United States
seen from United States
seen from United States

seen from United States

seen from Singapore
seen from Germany

seen from United States
seen from Yemen
seen from United States
seen from Singapore

seen from Canada
@jesswharehingadesign

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
By Bianca Gutman
void setup () { Â Â size (50,200); Â background (255); Â smooth (); Â stroke (227); strokeWeight (0);
int x = 0; while (x < 10 ){ Â int y = 0; Â while (y < 10){ Â Â color col1 = color(#E39393); Â color col2 = color(#EA93D0); Â Â color lerped = lerpColor(col1, col2, 20/250.0); Â Â Â Â Â Â Â Â Â fill(lerped); Â Â Â Â triangle (25,10,0,50,50,50); Â Â Â Â triangle (0,150,25,185,50,150); Â Â Â Â rect (0,50,50,100); Â Â Â Â line (25,50,25,150);
x = x + 50; { Â y = y + 50; } } } } Â void draw () Â { Â Â Â Â Â Â Â }
#142 #crystal_shape

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
int x = 250; int y = 100; int h = 400; int w = 200;
int offset1 = 0; int offset2 = 0; int offset3 = 0;
void setup () { Â size (500, 500); Â background (0); Â smooth(); Â stroke(255); Â strokeWeight(3); }
void draw () { Â background (0); Â line (x, +h/4, x-w/2, y+h/2); Â line (x, +h/4, x+w/2, y+h/2); Â line (x-w/2, y+h/2, x+w/2, y+h/2); Â line (x, y, h, w); Â line (h, w, x+w/2, y+h/2); }
void mousePressed ()
{ Â println("offset1isworking"); Â offset1 = offset1 + 10; Â offset2 = offset2 + 5; Â offset3 = offset3 + 10; }
Magnesium sulfate crystals. There is a lot of noise in this image
More crystal forms, I prefer the pointed crystals more than the rounded.
I think these pink crystals are a great precedent to use for my 142. I like the jagged shape and the noise that is created from these natural forms. I could create a loop of triangles or pointed crystal like shapes in a basic structure using loops. I could additionally then use rotation, opacity and perhaps increase in loops to create more noise from a basic structure
image source: http://blopnuts.deviantart.com/art/Pink-Crystals-HD-Widescreen-168799555
lerp colour experiment
int space = 50;
void setup() { Â size(500, 500); Â smooth(); Â noStroke(); }
void draw() { Â color col1 = color(#381BBF); Â color col2 = color(#BC0909); Â Â color lerped = lerpColor(col1, col2, 2/250.0); Â Â translate(space/2,space/2); Â background(0);
 for (int x = 0; x < 10; x = x + 1)  {    for (int y = 0; y < 10; y = y + 1)    {      fill(lerped);      ellipse(x * space, y * space, space, space);    }  } }

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Created a triangle with the correct syntax, but still finding it hard to figure out how to get the offsets
This is the code I have used
int x = 250; int y = 100; int h = 400; int w = 200;
int offset1 = 0; int offset2 = 0;
void setup () { Â size (500,500); Â background (0); Â smooth(); Â stroke(255); Â strokeWeight(3); }
 void draw ()  {       line (x + offset1,+h/4,x-w/2,y+h/2);    line (x + offset2,+h/4,x+w/2,y+h/2);    line (x-w/2,y+h/2,x+w/2,y+h/2);  }   void mousepressed ()  {   offset1 = offset1 + 5;  offset2 = offset2 + 5;     }
Wharehinga, Jess
Egg-splatt
 For my project I considered the different experiences I could provide and I decided to do something fun and stress relieving. What I have done is filled shells with paint deceiving the user into thinking they are just normal eggs and made my own see through target board. The user interacts with the object by throwing the eggs at the acrylic target board where the paint splatters and creates a splatter look which is visually appealing and surprising for the user to see. I wanted to create this because I thought it seemed fun to make and interact with. I believe I have accomplished this as the users emotions always seems somewhat excited and happy. This is exactly what I wanted to create with this interaction piece.
Instructions:
Pick up an egg, whale it at the acrylic board, feel the awesome sensation of destroying something and seeing something visually attractive as a result!
112 board and paint splatter from eggs
112 - project description
For my project I considered the different experiences I could provide and I decided to do something fun and stress relieving. What I have done is filled shells with paint deceiving the user into thinking they are just normal eggs and made my own see through target board. The user interacts with the object by throwing the eggs at the acrylic target board where the paint splatters and creates a splatter look which is visually appealing and surprising for the user to see.
I wanted to create this because I thought it seemed fun to make and interact with. I believe I have accomplished this as the users emotions always seems somewhat excited and happy. This is exactly what I wanted to create with this interaction piece.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Standard 12 pack egg carton. Thinking of making my own 6 pack and making my own labeling for presentation - 122
Filling eggs with paint and glitter! 112 progress!