10월, 2017의 게시물 표시

Emergency Lighting Kit

이미지
건물 및 터널 붕괴로 인한 고립시 머리 보호 및 손을 자유롭게 할 수 있는 응급키트. 헬멧에 손전등 부착시 자동 ON이 되어 손전등 trigger를 찾는데 시간을 할애 할 필요 없음. 마스크에 장착 되어 있는 부저는 입을 벌려 턱으로 누를 시 작동 되며 목소리가 나오지 않는 상황에 사용 할 수 있음.

Interaction Sketch (Lighting system)

이미지

future lighting system

이미지

tele-station video sketching

이미지

Visualize a gesture

이미지
Take a photo of ur left hand /w ur right hand

sky fall ppt

이미지
void setup() { size (450, 1000); background(247, 156, 35); color c= color (#2F5289); fill(c); } void draw() { background(#2F5289); color c= color (240, random(212), 73); fill(c); strokeWeight(10); pushMatrix(); translate(width*0.6, height*0.5); rotate(frameCount /50.0); star(150, 200, 50, 70, 5); popMatrix(); pushMatrix(); translate(width*0.2, height*0.1); rotate(frameCount /-130.0); star(100, 100, 20, 40, 5); popMatrix(); pushMatrix(); translate(width*0.8, height*0.7); rotate(frameCount /30.0); star(40, 0, 10, 5, 5); popMatrix(); pushMatrix(); translate(width*0.3, height*0.65); rotate(frameCount /-75.0); star(0, 0, 25, 55, 5); noFill(); popMatrix(); pushMatrix(); translate(width*0.7, height*0.88); rotate(frameCount /-75.0); star(0, 200, 100, 135, 5); popMatrix(); pushMatrix(); translate(width*0.3, height*0.4); rotate(frameCount /-130.0); star(0, 100, 20, 40, 5); popMatrix(); pushMatrix(...

sky fall

first assignment