Tagged Questions
Processing is an open source programming language based on Java and environment for people who want to create images, animations, and interactions. There is also an JavaScript implementation of Processing using the same syntax as the Java version.
9
votes
3answers
263 views
Calculate Voronoi around polygon
I need to generate a Voronoi diagram around a concave (non-convex) inside polygon. I have looked for methods online, but I haven't been able to figure out how to do this. Basically, I generate the ...
7
votes
1answer
58 views
Harmonics count in a music sample
To determine the richness of a sound, I would like to determine the number of harmonics in a sample of music. For that, I'm using Processing with the Minim library which gives me a full spectrum with ...
5
votes
1answer
170 views
How to use external libraries in the Eclipse (Java) and Processing for Arduino
I was able to get functionality out of the Arduino through Eclipse following the tutorial
Arduino in Eclipse via Processing.
However, I did run into a problem; I was unable to use libraries such as ...
5
votes
1answer
249 views
How to get performance increases using Processing for Android?
I have converted a few of my Processing sketches into Android apps, but they seem to run really slowly in the emulator and on my device.
Are there any tips on how to increase the speed and ...
4
votes
4answers
664 views
Is There A .Net Library for Artistic Coding like Processing or OpenFrameworks?
I really like the work that's done with processing (http://processing.org) but I'm more exposed to the .Net world and would like to stay there. Is there a library or sub-language within .Net that is ...
3
votes
1answer
119 views
Processing: Why is setup() running multiple times?
I'm working on a visualisation app with Processing.
All appears to be going well, but I've noticed that in the console, I'm seeing any println() statements from the setup() method in triplicate. This ...
2
votes
1answer
166 views
Kinect 3D character mesh animation
I am writing with Java and Processing, trying to animate a character with data received from Kinect. I have been successful in creating a stick man that repeats my motion. However, I find that doing a ...
2
votes
1answer
358 views
Simple-OpenNI for Processing fatal errors with the Kinect
I have been using SimpleOpenNI, a wrapper for Processing, all summer now. I use it for the Kinect to make games and demos. Last week, I have been getting a fatal error in my processing window and none ...
2
votes
1answer
135 views
Processing.js and JavaScript syntax
Is it possible to use Processing.js with JavaScript syntax?
If yes, may you show some examples?
Would it be much faster? I don't know how much time takes precompilation of Java code.
Is it possible ...
2
votes
1answer
130 views
Processing AnimationThread as a background task in Swing
I am writing an application using Processing PApplet ( http://processing.org/ ) inside a Swing gui and those two are not a happy marriage. I have a listener for JButton which starts a Swing Worker to ...
2
votes
2answers
109 views
Processing animation extremely choppy when getting data from a remote host
I am connecting to a remote web server to get mouse movements stored in a database. The processing program I've written to animate these movements has been INCREDIBLY choppy since putting the code on ...
2
votes
2answers
175 views
Why is my Processing app not behaving?
I am learning to use Processing, and have modified one of the examples to create this applet. I have two questions:
Why are the spheres oblate? The spheres in the example I cribbed from were nice ...
1
vote
2answers
54 views
Object Specifc Behaviour in an If Clause
I am working on a game that requires resolution actions depending on the object a ball collides with.
A lot of code within the resolution method applies to all of the different types of objects that ...
1
vote
2answers
58 views
Fast sound analysis in Processing (Minim library)
I'm collecting data from audio files based on sound analysis averaged per seconds and I'm wondering if there's a way to speed it up, given that I don't have to listen to the audio while analyzing it.
...
1
vote
1answer
209 views
Video capture, Processing missing device
I have a video capture device via USB for mac, that i want to use in Processing.
The device shows up in the USB Prober and I have additional info from the IORegistryExplorer if needed.
In Processing, ...
1
vote
1answer
51 views
Triangles with texture in processing
I have a code in processing which contains points moving randomly. Those points seek the ball and start triangulate (shaping triangles). I want to display on them a folder of sequences images with ...
1
vote
3answers
205 views
class constructor cannot be accessed by outside package
so i can't find a question already asked that answers my exact problem. I have a package that i wrote in eclipse that i exported as a jar library to use in the processing ide. in processing i have a ...
1
vote
1answer
80 views
Processing: How to split screen?
I'm trying to create a multi-player game with Processing, but can't figure out how to split screen into two to display different situation of the players?
like in c#,we have
Viewport ...
1
vote
2answers
186 views
What's best for your Video Tracking? Why?
Best as in reliable, maintainable and fast.
Considering Processing, VVVV or OpenFrameworks?
I know Processing doesn't handle big video frames very well.
VVVV (Nodes use OpenCV) is just for Windows.
...
1
vote
2answers
37 views
How to simply print a page in Processing?
for my current project, I'm looking for a really simple workaround. I do a random graphic in Processing, and when the code has finished the graphic it should print on my printer. But preferable ...
1
vote
1answer
125 views
Image disappear on rotation in Processing
I'm using the Processing language to do a little game, but I'm having trouble with images and rotation. My sprite displays fine if I apply no rotation to it, but it disappears completely if it is ...
1
vote
2answers
261 views
openGL Texture masking
I am attempting to fill a circle with a series of other images and have those images masked off by the circle. I can see why this isn't working, but I can't come up with a solution as to how to fix ...
1
vote
1answer
44 views
Print Txt file from Processing Sketch
I have a processing sketch that sends a string to a txt file and what I would then like to do is be able to print the same txt file from the processing sketch.
Any ideas on how to do this?
I've ...
1
vote
2answers
75 views
Quantify a change of direction given an array of 3d points
I am working on a piece of software written in Java that uses some processing.core library classes and simpleopenni to track a user's hand with the XBOX Kinect.
What I am trying to figure out is how ...
1
vote
0answers
109 views
Calculating a checksum for the Xor result of the data content when programming an LED board
I am programming an application to communicate with a LED indicator board. Programming language is Processing. A typical request looks like this:
...
1
vote
1answer
352 views
What is the most reliable way to record a Kinect stream for later playback?
I have been working with Processing and Cinder to modify Kinect input on the fly. However, I would also like to record the full stream (depth+color+accelerometer values, and whatever else is in ...
1
vote
2answers
102 views
how to use processing library in Android
Do I have to extends PApplet class? I try to avoid creating an applet, since android has its avtivity. But it seems if I do not create an applet, I can not use its method.
Does anybody has ideas on ...
1
vote
1answer
183 views
How to add new programming language to jEdit?
I've recently been learning the Processing programming language. Processing includes an IDE called the Processing Development Environment (PDE), but the editor is quite basic.
The IDE has an option ...
1
vote
0answers
132 views
Realtime speed changes to video playback in Processing.org
I have been working with the GSVideo plugin for processing.org and its been really helpful with the speed() method that allows changing of playback speeds for linked video files.
However, a ...
1
vote
2answers
209 views
How to get screen coordinates in Processing
I am using Processing to do a project.
I have a sketch (actually text) in the sketch board by using the draw function.
I want to get the screen coordinates of each word of the text to do some other ...
1
vote
1answer
84 views
Transform from relative to world space in Processing
What is a good way of transforming a local relative point, into the world (screen) space in Processing?
For example, take the Flocking example that comes with the Processing PDE. How would I ...
1
vote
1answer
50 views
Using Processing, how can I iterate across the files/images in my sketch's data directory?
I want to load a bunch of images (or files but there doesn't seem to be an object/type for that) -- not by name, but just whichever ones are in the data directory, into an array or something. Is ...
1
vote
1answer
159 views
Creating BufferedImage from PApplet contents
In my Java servlet that uses Processing, I want it to render the contents of the PApplet to a BufferedImage and produce from it a PNG image. What's the way to create a BufferedImage from the contents ...
1
vote
1answer
362 views
Oblique perspective - projection matrizes in processing
I want to extend processing in order to be able to render 3D stuff with oblique projections (cabinet or cavalier). After looking around source of the camera(), perspective() and ortho() methods I was ...
1
vote
2answers
371 views
Processing.org applet out of IntelliJ IDEA
I merged my code from Processing.org into IDEA some time ago as it was just more comfortable to develop. Now I need to export the code to an applet. I already set up the configuration for that task, ...
1
vote
2answers
210 views
Difference in amplitude from the same source using FFT
I have a question regarding use of FFT. Using function getBand(int i) with Minim i can extract the amplitude of a specific frequency and do pretty maps of it. Works great.
However, this is a more of ...
1
vote
0answers
140 views
cross-platform iTunes visualizer?
I'd like to make a cross-platform iTunes visualizer (Mac + Windows). I've looked at:
Quartz Composer, which only runs on Mac OS, and appears to consist of dragging boxes around. I'd like to be able ...
1
vote
2answers
177 views
How to manipulate an array similar to an ORDER BY clause in SQL?
My data has been placed into an array, but unfortunately not in the order I want it in...
String[][] databaseToArray = {
//{"Name", "Channel", "Description", "Amount", "isReady"},
{"John", ...
1
vote
2answers
1k views
Volume Control in Processing (java)?
I'm working on a Processing project. I tried to set the Volume of the audio played with the minim library. (setVolume seems not to be supported, and setGain has no effect)
So, I'm wondering whether ...
1
vote
1answer
855 views
webcam access using opencv with processing in an applet or application
I made a small sketch with processing using opencv to face detect and track. But when I export as an application and start it nothing happens, same as an applet. First I exported the applet and ...
1
vote
5answers
466 views
How can I make this Processing.org sketch more efficient?
I have a simple sketch (in Processing), basically a bunch of dots wander around, if they come into contact with each other they fight (each has a strength value, increased each time they win, if it's ...
0
votes
2answers
67 views
Realtime art project — input: sound — output: image (better title?)
I am not quite sure if I should ask this question here.
I want to make an art project.
I want to use voice as an input, and an image as output.
The image changes accordingly to the sound.
How can I ...
0
votes
1answer
54 views
Is there a Ruby framework similar to the Flash Player capabilities?
Is there an open source Ruby framework that allows working with multimedia (video, sound, etc) similar to Flash, including Display Object hierarchy, that is not targeted for video games?
I'm looking ...
0
votes
1answer
80 views
Processing compile error caused by RxTx lib
I use processing to read from Arduino Serial. To do this i use the processing class Serial, but when i compile, i get this error:
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib ...
0
votes
1answer
48 views
Processing.Org: Modulo Issue
I am writing a 2D cellular automata that uses a 16x16 grid of objects. The objects are stored in a multi-dimensional array representing the grid. To calculate the values of the next generation, I need ...
0
votes
3answers
53 views
Processing/Java: adding/appending String array item to String + type detection
i'm working with a dataset in the form of several directories of *.csv (semi-comma separated, actually, for some reason) files, which i would like to process and add to a mysql db. yesterday, mr. data ...
0
votes
2answers
71 views
Processing P5 - Timer issue with millis()
I am making a little game in Processing which is similar to those Guitar Hero style games and I am trying to do 2 things:
When the game loads, stop the time from moving
During the game, allow for ...
0
votes
2answers
44 views
Understanding Array Access (Processing)
Hi could anybody help me understand this particular piece of code from this Langton's Ant sketch.
antLoc = new int[]{rows/2,columns/2};
I don't exactly understand what is actually happening here, ...
0
votes
0answers
33 views
processing.org SmallMultiples / mousover effect
how would you do a mouseover effect on a sketch or actually it's embedded in a Swing GUI with 4 scaled images. I've got the "normal" SunburstView where I'm calculating the SunburstItem, which is under ...
0
votes
6answers
132 views
How do I create an array of strings without specifying its length in the beginning?
I want to create an array of strings, but I do not know the length of it in the beginning. It's like the array length depends on many factors and it's only decided when I fill strings/words into it. ...