In the "
external editor" thread - - i learned that we now use the "processing-java" application to launch processing.
Now, at the bottom of the "
command line parameter" thread, there are examples how how to use
PApplet.args to access command line arguments.
Now, how do I put these together? Let's say I want to dynamically pass a display width to an applet called my_sketch that I invoke from the command-line: Well, that's no problem: