"processing.org" - experiences...
Posted: Sun Feb 26, 2006 9:29 pm
Here are some notes about my experiences using "processing" (http://www.processing.org/):
[PROBLEM]
Linux: I wanted to feed my processing sketch with input from a file( IO redirection of stdin). No chance.
[SOLUTION]
Haven't really found one, yet. I've even tried to put the redirection into the shell wrapper generated when exporting the processing sketch - no success.
I've circumvented this by sending the desired data over TCP, using the "processing.net.client" package and a small perl script which plays the server.
[PROBLEM]
Linux: I wanted to feed my processing sketch with input from a file( IO redirection of stdin). No chance.
[SOLUTION]
Haven't really found one, yet. I've even tried to put the redirection into the shell wrapper generated when exporting the processing sketch - no success.
I've circumvented this by sending the desired data over TCP, using the "processing.net.client" package and a small perl script which plays the server.