What are good interactive GUI builder packages for Perl?

前端 未结 11 1066
你的背包
你的背包 2020-12-19 01:03

I\'d like to write some interactive GUIs in Perl. I\'ve used TclTk but it looks dated. I\'ve written QT code for C++, but the PerlTk module hasn\'t had a release in several

11条回答
  •  借酒劲吻你
    2020-12-19 02:06

    I don't have a real answer for you, but often you have to consider your deployment targets. Some of the GUI libraries are very nice, but only if you can get them to work on your operating system. I don't necessarily think that all frameworks need to be cross-platform compatible, a very laudable goal to work toward in a perfect world, as long as the one you choose doesn't lock out a significant portion of your users because the foundation GUIs libraries are hard to install or support on a particular platform.

提交回复
热议问题