ofxArgs: first release

ofxArgs allows command-line arguments (passed via main's argc and argv[]) to be read and used in an openFrameworks app.
Added by Pat Long 343 days ago

Here is the first public release of my ofxArgs add-on. It should work with all versions of openFrameworks. I've tested it with 0.05 and 0.06.

Be sure to have a look at main.cpp in the included example.

Download ofxArgs v1.0: http://addons.openframeworks.cc/versions/download/40?attachment_id=50


Comments