3
votes
2answers
97 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 …
1
vote
5answers
196 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
0answers
19 views
How to tell when an @font-face rule is applied
Is there any way to tell when an @font-face rule is applied? I'm creating @font-face rules that use data: URIs from a font file requested with an synchronous XMLHttpRequest in JavaScript and then …
0
votes
2answers
164 views
ClassCastException When Casting HashMap Iterator to a Concrete Type
I am very new to processing.org and Java. I am trying to store objects in a HashMap, and then iterate over the values of the HashMap, calling methods on the stored objects.
In order to do that, I …
0
votes
2answers
85 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 …
0
votes
0answers
82 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 …
0
votes
0answers
74 views
How to add a Processing PApplet in SWT
I have a problem when trying to add a PApplet into SWT, it turns up an empty window when it should just render the PApplet. I.e. the PApplet works by itself, but not in a SWT window.
I thought that …
