2017年1月5日 星期四

week 17 教學軟體筆記 呂郁欣




week 17 教學軟體筆記 呂郁欣

1.太鼓達人遊戲製作


2.Ardunio (是義大利文)




















 breadboard  麵包版















熱熔膠















杜邦線












OmniKinect hands free motion control system


Mozarc gameplay video "Bloody Purity", difficulty Normal, Level 13

太鼓達人
















沒有自動替代文字。

PImage imgBG;
void setup(){
size(760,430);
imgBG=loadImage("taiku.png");
}
int cx=700, cy=160;
void draw(){
background(imgBG);
fill(255); rect(195,102, 760-195, 229-102);
fill(251,69,43); ellipse(cx,cy, 60,60);
cx -= 3;
if(cx < 258){
cx=800;
}
}


3.介紹 3D 全境影像投影

4.介紹 Zuvio

5.介紹Ardunio


電腦的CPU

IC

USB = SEIAL

沒有留言:

張貼留言