Top "Processing" questions

Processing is an open source programming language and environment for people who want to create images, animations, interactions, and games.

Empty an array in Java / processing

Other than looping through each element in an array and setting each one to null, is there a native function …

java arrays processing
Which language uses .pde extension?

While searching for an implementation of the Barnsley's Fern fractal I came across a implementation that has .pde extension. Which …

processing file-extension
Facial Recognition in Java/Processing

I am doing a project that requires some facial recognition. I am attempting to find a Java implementation of this. …

java image-processing processing face-detection
Create a simple countdown in processing

I have searched up so many sites on Google to try and get this to work but NO ONE seems …

timer processing countdown intervals
Processing 'It looks like you're mixing "active" and "static" modes.'

Processing keeps giving me this error when I run it even though it is just a print command. When I …

comments processing
How to read serial port data from JavaScript

I connected an Arduino to my laptop using USB, and I can read the serial data using Processing. Is there …

javascript arduino processing sensors
Send Data From Arduino to Android App via Bluetooth

Hello i can send data from android to arduino but i cant send data from arduino to android via Bluetooth …

android bluetooth arduino processing data-transfer
Value Remapping

Processing has a great function I use all the time: map(value, low1, high1, low2, high2) http://processing.org/reference/…

math processing
expecting EOF, found '<something>'

My 1st post here so I'll try to keep it simple. I'm trying to create a plot of some mass …

compiler-errors processing internal-compiler-error
What is the "Processing" Programming language used for?

The language site: http://processing.org/ What are people using Processing for? I have the opportunity to learn this in …

processing