加入FB社團 ─「2016體感互動」
1. Processing 解壓/執行
2. Sketch-ImportLibrary 找Leap Motion for Processing
3. 安裝好後,File-Examples,ImportLibrary
4. 找 Leap Motion 範例
5. 收 email,接受邀請Blog,寫Blog
1. Processing 解壓/執行
2. Sketch-ImportLibrary 找Leap Motion for Processing
3. 安裝好後,File-Examples,ImportLibrary
4. 找 Leap Motion 範例
5. 收 email,接受邀請Blog,寫Blog
安裝leap motion
測試leap motion
Sketch-ImportLibrary 找
Leap Motion for Processing
測試範例
按照 Leap Motion 範例寫程式

import de.voidplus.leapmotion.*;
LeapMotion leap;void setup() { size(800, 600); leap = new LeapMotion(this);}void draw() { background(255); for (Hand hand : leap.getHands ()){ hand.draw(); }
}
網上範例 :
體感畫圖
https://www.youtube.com/watch?v=pl7m-tcTPyA
Arduino+ Leap Motion /+Processing結合的遊戲
https://www.youtube.com/watch?v=lDAQSCL2xdk
沒有留言:
張貼留言