Log in

View Full Version : tcl/tk Bitrate calculator


mikeX
2nd January 2005, 03:04
I've made a simple bitrate calculator in tcl/tk.
At the moment it requires a tcl/tk interpreter and the BWidgets extension, but I'll probably make some starpacks (standalone binaries) soon.
It can't do much yet, but it was a fun way of learning the basics of tcl/tk.
(And, yes, developing in tcl/tk is fast -2 days without previous knowledge of tcl/tk or GUI programming).
The code is quite crappy atm but hey, it works (hopefully : P)

get the script from here (http://users.ntua.gr/el01707/app)

madluther
2nd January 2005, 04:12
I just tried it out, works like a charm.

Im running it under tcl/tk 8.4 and BWigets 1.70

Many thanks.

Mad.

PS. Happy New year.

shevegen
2nd January 2005, 07:01
yes, very nice, works flawlessly though i almost thought i fail to use it because of BWidget, then i just moved BWidget into the /usr/lib/tcl8.4 path :P

cool thing, small and nice.