Top "Processing" questions

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

Exporting a gif from a Processing sketch w/ Gif-animation library

I'd like to export one of my Processing sketches into gif form, and am using extrapixel's Gif-animation library (http://extrapixel.…

animation export processing gif
Create more than one window of a single sketch in Processing

How to create more than one window of a single sketch in Processing? Actually I want to detect and track …

image image-processing processing
Using WASD and arrow keys simultaneously

I am developing a two player game in Processing (running on Java). One user will control his character using the …

java keyboard processing 2d-games
Processing Java servlet 'javax.servlet' package not found

Not a very common implementation, but using Processing as a Java Servlet has been discussed in previous posts before (1, 2). I …

servlets package processing tomcat5.5
Send long array to arduino over serial from processing

So i build an 24x16 (hight of 16, length of 24) LED matrix and am using an Arduino Uno to control it. …

arrays matrix arduino processing led
How to convert pixels to gray scale?

Ok, I am using Processing which allows me to access pixels of any image as int[]. What I now want …

java image processing multimedia
How to debug in Processing Development Environment (PDE), Also is there a plugin to support intellisense

I am new to Processing development environment, I did my homework and all I found is to import processing libraries …

processing
Create a Sin wave line with Processing

first post here, and probably an easy one. I've got the code from Processing's reference site: float a = 0.0; float inc = …

processing waveform trigonometry
Enums in Processing 2.0

This question refers to version 1.2.1 and it doesn't compile at a different part so it's not a duplicate. I want …

java enums processing
How to get byte[] from javafx imageView?

How do i get byte[] from javafx image/imageview class? I want to store my image as a Blob into …

java image javafx byte processing