Draw pictures using passing parameters

Hi,

I’m really new to OF. I want to implement an application which draws the images of the given models by parameters. E.g If I want to create a picture of a computer I passes parameters that are needed to draw a picture of a computer using my application. Is this possible in OF. If so can u please post me the relevant articles for this?

Hi shanakaf and welcome to the forums. By parameters, do you mean you’ll start your program from the commandline and give it some arguments? If so, take a look at ofxArgs. You can download it from this-page.