LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   What sort of work is involved in k3b? (https://www.linuxquestions.org/questions/programming-9/what-sort-of-work-is-involved-in-k3b-177431/)

robhargreaves 05-03-2004 02:12 PM

What sort of work is involved in k3b?
 
Hi,

I realise that there is a lot of work gone into k3b. The gui is second to none. How much work goes into an app like that??

Imagine if the command line tools were all there providing all of the functions you wished to perform how much work would it take to create the gui, graphics, etc?

Rob

Tinkster 05-03-2004 03:14 PM

Guess you can't say that in such a generic manner...
it largely depends on the tools you decide to use.

If you, for instance, decided to use Tcl/Tk you could
probably slap something together in a few hours if
you know Tcl very well .... :) ... but then, who'd want
to? :D


Cheers,
Tink

Hko 05-03-2004 06:19 PM

Re: What sort of work is involved in k3b?
 
Quote:

Originally posted by robhargreaves
I realise that there is a lot of work gone into k3b. The gui is second to none.
The actual programming work on "just" a GUI may look like being next to trivial, but designing a good GUI-design is not. Also making it work as designed may not be as trivial as it looks like.

robhargreaves 05-04-2004 01:35 PM

Yes thanks guys It has crossed my mind a few times and I am going to look into tcl to see what can be done.

Tinkster 05-04-2004 02:03 PM

Ooooops ... that was a misunderstanding :}

I wasn't suggesting you SHOULD use Tcl,
my point is that whipping up a prototype in
Tcl/Tk would be fast, but Tcl is UGLY.

Rather look at PyGTK or something like that.



Cheers,
Tink

robhargreaves 05-04-2004 02:08 PM

Thanks tinkster


All times are GMT -5. The time now is 09:17 PM.