Nick Prudent wrote:
> Antoine,
>
> Thanks for the advice. Actually, I have already started saving osgDem 
> parameters as XML to allow users to save their sessions.
>
> My clients have "Command-Line-O-Phobia", so they asked me to add a simple UI 
> for executing osgDem. It's not difficult, but I was wondering if anyone had 
> done this in the past. I'm specially interested in how to provide feedback 
> while the data is being generated.
>
> osgDem works like a 3rd party renderer like Mental Ray and RenderMan. Some 
> people cannot use these products unless they have a graphical UI to interact 
> with. That's were I come in ;)
>
>   
I understand the value of GUI but I tend to be GUI-o-sceptic. GUI have a 
lot of value in helping the end user understanding a complex task/design 
and avoiding having to learn and remember something like VI commands. 
However, they also get very frustrating for power users that now have 
been over complexity. Some professional applications provide a GUI but 
are able to generate a script to accomplish the same command sequence 
without clicking over and over. This is not that bad and is a good way 
to learn.

Moreover, osgdem has a lot of features and the underneath DataSet class 
even more.
I hope you will find a nice way to wrap this!

Antoine
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to