ofxArgs - Command line arguments

Well I finally got around to compiling my args handler into an add-on, and here it is! This add-on will let you read command-line arguments from your program’s main(int argc, char *argv[]) parameters and pass them to an oF app.

Add-on page online at: http://addons.openframeworks.cc/projects/show/ofxargs

Hey @plongo, is this addon alive somewhere? This link is quite old, and I couldn’t find it in the http://ofxaddons.com/

Hey,

I know this is an old topic but maybe someone would be interested.
I just needed to be able to send command line argument to an app and found this addon.

I tried on Windows with Code::blocks and seems to work fine.