Just sending you some love. Please take care of yourself. I'm sorry you're struggling right now and I hope things get better soon because you deserve it. 💜
This is very sweet, thanks

seen from Australia

seen from Sweden
seen from Russia
seen from China
seen from United States

seen from United States
seen from United States

seen from United States
seen from United States
seen from Russia
seen from Japan
seen from China
seen from China

seen from United States

seen from New Zealand
seen from Netherlands

seen from United States
seen from United States
seen from United States

seen from Macao SAR China
Just sending you some love. Please take care of yourself. I'm sorry you're struggling right now and I hope things get better soon because you deserve it. 💜
This is very sweet, thanks

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
DCN Video Pick: oppo_R15X by CCLAB // 我们为oppo新款手机R15X制作的小短片广告
Stars Eater
I try to make particles fly to the center of the mouse
Code Snippet
timer += 0.00001; PlayerPosition = ofVec2f(ofLerp(PlayerPosition.x,ofGetMouseX(),timer), ofLerp(PlayerPosition.y, ofGetMouseY(), timer));
if (ofDist(PlayerPosition.x, PlayerPosition.y, ofGetMouseX(), ofGetMouseY()) < 10) { timer = 0; }
I made my circle work as a ball which getting larger during moving!
//-------------------------------------------------------------- void ofApp::setup(){
PlayerPos.x = ofGetWidth() / 2; PlayerPos.y = ofGetHeight() / 2; Size = 20;
}
//-------------------------------------------------------------- void ofApp::update(){
}
//-------------------------------------------------------------- void ofApp::draw(){ ofSetColor(ofColor(255, 0, 0)); ofDrawCircle(PlayerPos.x, PlayerPos.y,PlayerPos.z,Size); }
//-------------------------------------------------------------- void ofApp::keyPressed(int key){
switch (key) { case 'w': PlayerPos.y -= 10; Size++; break; case 'a': PlayerPos.x-= 10;Size++; break; case 's': PlayerPos.y+= 10;Size++; break; case 'd': PlayerPos.x+= 10;Size++; break; }
}
JQuery API
I want to try the JQuery to play with storytelling.
So I make like a button that when you click, it hides all the words
Then you feel so sad :D
I never use JQuery before. It’s so good and fast. I feel like I want to study about this more

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
CCLab HW 10/12: A Shy Lamp
Our cell phones are are babies. We put them in covers, laminate them, protect them with finger print ID and face recognition and put them in animal cutsy containers. When we lose them we freak out as if we lost our pet. Can we create such an association with other devices simply by the way they respond? I made a lamp that tracks your face when she is far away using computer vision. When she gets close, however, she hides her face (bulb). She also dims her bulb and behave somewhat erratically when you interact with her. We get a sense of the lamp being alive because we project our own emotions onto them. What is unique about humans is their ability to see humanity in all things.
可能這個笑臉比我的臉還像臉吧 #cclab #arduino #creativecoding (at Parsons D12)
This is my midterm project. It’s a donation box that tells how many, people were helped in this box! Also added the sound for users! So this may attract more people to fill in their coins. This is done in a week. All soldered and ready to GO!