Top "Processing" questions

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

Equivalent of C# anonymous methods in Java?

In C# you can define delegates anonymously (even though they are nothing more than syntactic sugar). For example, I can …

java c# delegates processing anonymous-function
Calling awt Frame methods from subclass

This question is about Frames, Java and Processing. This questions sounds pretty convoluted but its really not. I'll try keep …

java awt processing
RGB to Philips Hue (HSB)

I'm making a musicplayer in Processing for an assignment for school. The Philips Hue lights will make some corresponding visual …

java colors processing philips-hue
Remap or Map function in Javascript

Of late, most of my programming experience has been in Processing, and more recently I have been wanting to branch …

javascript map processing remap
How does the map() function in Processing work?

I'm taking a class which uses Processing. I having a problem understanding the map() function. According to it's documentation(http://…

processing
How to use Processing 3 on IntelliJ IDEA?

I'd like to use the IntelliJ IDEA IDE to develop some app using Processing 3. How can I do that ? There …

intellij-idea processing
Convert processing sketch into executable

I am using processing, and cannot figure out how to turn my processing sketch into an .exe file. So far …

java jar export processing exe
How to retrieve more than 100 results using Twitter4j

I'm using the Twitter4j library to retrieve tweets, but I'm not getting nearly enough for my purposes. Currently, I'm …

java twitter processing twitter4j
Processing.js - Sleep, Wait, TimeOut, Pause, Delay?

Is there a sleep() function for Processing.js? If not what would be a suitable alternative to add a delay …

javascript jquery processing processing.js
Canny Edge Detection using Processing

I am looking for a copy paste implementation of Canny Edge Detection in the processing language. I have zero idea …

java image-processing processing