Showing posts with label Processing. Show all posts
Showing posts with label Processing. Show all posts
Monday, February 17, 2014
Tuesday, October 29, 2013
butterflUI: Open Source Graphical User Interface Library for Arduino in Processing
butterflUI is Open Source Graphical User Interface Library for Arduino in Processing, Control and Monitoring for Physical Computing.
The subject of physical computing, especially in the field of robotics, is a fascinating area that has already begun its triumphant in universities, schools and hobby applications and is developing with impressive speed. It is highly interesting that Pyhsical Computing and Robotics, more than any other area, can merge many different areas (engineering, design, psychology, biology and many other areas).
Link: http://butterflui.org/
The subject of physical computing, especially in the field of robotics, is a fascinating area that has already begun its triumphant in universities, schools and hobby applications and is developing with impressive speed. It is highly interesting that Pyhsical Computing and Robotics, more than any other area, can merge many different areas (engineering, design, psychology, biology and many other areas).
Link: http://butterflui.org/
Thursday, August 22, 2013
Processing on desktop vs Processing for Android
It's the same code (from last post, Processing example: curve()) run on Android for Processing.
Cross post: Android-er blog - Processing on desktop vs Processing for Android
![]() |
Run on Android device, Nexus One. |
Cross post: Android-er blog - Processing on desktop vs Processing for Android
Monday, August 19, 2013
Processing 2: Create sketch video with Movie Maker
Processing 2 build-in with Movie Maker function, you can easy create video for your sketch. The tool creates QuickTime movie from a sequence of images.
To run Movie Maker, click Processing menu Tools > Movie Maker.
Video created with Processing 2 Movie Maker from images saved in last example "Capture images of sketch with saveFrame()".
To run Movie Maker, click Processing menu Tools > Movie Maker.
![]() |
Processing's Movie Maker |
Video created with Processing 2 Movie Maker from images saved in last example "Capture images of sketch with saveFrame()".
Saturday, August 17, 2013
Processing 2.0.2 is available now
Processing updated 2.0.2. Visit: https://processing.org/download/ to download.
Wednesday, June 5, 2013
Processing 2.0 released

Website: http://processing.org/
Saturday, June 1, 2013
Hello Processing for Android
Wednesday, May 29, 2013
Voltmeter Software Application using Arduino to Read Voltages
An Arduino Uno is used as a 4 channel voltmeter. The voltmeter readings and graphs are displayed in a software application on the computer. The computer software is written in the Processing language so should run on Windows, Linux and Mac.
Monday, May 27, 2013
Processing + Android
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.
Processing for Android project is aim to make it foolishly easy to create Android apps using the Processing API. Once you have Processing on your machine (and the Android developer tools), you can simply write a line of code, hit Run (Ctrl-R or Cmd-R), and have your sketch show up in the emulator as a working Android app. Select Run on Device (Ctrl-Shift-R or Cmd-Shift-R) to have it run on an Android device that you have plugged into your machine. That's good stuff!
Read Tutorial to develop Android App with Processing version 2.0+.
It's cross-post with Android-er.
- 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

Read Tutorial to develop Android App with Processing version 2.0+.

It's cross-post with Android-er.
Sunday, May 26, 2013
Arduino and Processing
Processing is an open source language/ development tool for writing programs in other computers. Useful when you want those other computers to "talk" with an Arduino, for instance to display or save some data collected by the Arduino.
Arduino comes with some basic examples for communicating with Processing (in Examples > Communication). These are useful for when you want to write both Arduino and Processing programs and have them talk to each other. This works best for communicating simple information.
know more: Arduino Playground - Arduino and Processing
Arduino comes with some basic examples for communicating with Processing (in Examples > Communication). These are useful for when you want to write both Arduino and Processing programs and have them talk to each other. This works best for communicating simple information.
know more: Arduino Playground - Arduino and Processing
Subscribe to:
Posts (Atom)