2013年4月10日 星期三

Processing

Processing 是一門用來生成圖片, 動畫和 交互軟體的編程語言。它的思想是簡單地寫一行代碼,就會在螢幕上生成一個圓。再增加一些行代碼,圓便會跟著滑鼠走。再增加一些行代碼,圓便會隨著滑鼠的點擊而改變顏色。我們把稱為用代碼作草稿(Sketching)

如果你玩過蘋果手機或Java 平臺手機裏的遊戲,或者看過上海世博會裏生動有趣的互動媒體作品,就會知道編程不僅僅是電腦技術,它也是可以是一件藝術作品。

官方網址:http://processing.org/


 Download Processing
Play with Examples
Browse Tutorials
Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.
  • » Free to download and open source
  • » Interactive programs using 2D, 3D or PDF output
  • » OpenGL integration for accelerated 3D
  • » For GNU/Linux, Mac OS X, and Windows
  • » Projects run online or as double-clickable applications
  • » Over 100 libraries extend the software into sound, video, computer vision, and more...
  • » Well documented, with many books available
To see more of what people are doing with Processing, check out these sites:
To contribute to the development, please visit Processing on GitHub to read instructions for downloading the code,building from the sourcereporting and tracking bugs, and creating libraries and tools.

沒有留言:

張貼留言

ESP32 微控制器 採集的環境數據,經由 MQTT 協定 轉換並寫入工業標準的 Modbus 暫存器 中

  一個典型的 IoT(物聯網)與工業自動化系統整合(SCADA/機台連線) 的架構圖。它透過 Node-RED 作為核心資料網關,將前端 ESP32 微控制器 採集的環境數據,經由 MQTT 協定 轉換並寫入工業標準的 Modbus 暫存器 中。 1. 各模組功能拆解...