An introduction to Processing

Processing is very similar to Arduino in the sense that it has a similar interface to the Arduino IDE. But Processing is used mainly to create graphical interfaces or to display data in real time, which is what we are going to be doing in this chapter. Let's get started.

The first thing you will have to do is to download and install the latest version of Processing from https://processing.org/download/.

Install it like you installed Arduino.

Open the application. The environment looks very similar to the Arduino IDE, right? This should make it easy for you to work with.

For a quick demo on what Processing can do, go to File | Example and, under Inputs, choose MouseXY (Mouse2D). Run the sketch and be amazed! Try some other ...

Get Arduino: Building exciting LED based projects and espionage devices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.