Changes between Version 4 and Version 5 of rock/note/processing
- Timestamp:
- Jan 15, 2010, 10:51:01 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified rock/note/processing
v4 v5 32 32 } 33 33 }}} 34 * 以 Library 來說: 35 * Arduino 因為主要是用來處理簡單資訊和控制硬體元件,加上硬體的能力有限,函式庫主要偏向於基礎功能(輸入輸出、時間控制、簡單數學運算等) 36 * Processing 相對豐富很多,從3D繪圖庫到數學運算庫,擁有許多函式(底下範例是根據滑鼠移動而產生變化的 3D 方塊) 37 * [[Image(MoveEye.png,width=250px)]] 38 34 39 ---- 35 40 = 【1.Processing 簡介】 =