0

In this Question how does the code Processing work? Which programming language is it written in? How to run it?

Mathsman 100
  • 339
  • 1
  • 11

1 Answers1

2

"Processing" is a simplified programming language/environment based on Java. It's designed to be very easy for non-programmers to use, and is quite a popular choice for using alongside Arduino projects.

You can download it for free (and get lots of tutorials/documentation) from here:

As a side note, the Arduino IDE was based on Processing, so it will probably look familiar!

Peter Bloomfield
  • 10,982
  • 9
  • 48
  • 87