in reply to Feedback for programming a UI in Perl
I've gone with Tk for making a Win32 based GUI application,although most code is platform agnostic.It uses a queue of threads on the background so the the main UI thread does not freeze.The Windows specific part is that it uses Kernel events to sync i.e pause and resume the background thread when clicking on the "Pause/Resume" button in the UI.
The 'exe' is packaged with Par::Packer so it is portable and runs everywhere without installation.
I'm hosting it on Launchpad so you can take a look;well why not even contribute to it ?
Unrar Extract and Recover on Launchpad
If you're looking for the binary distribution, it can be directly downloaded from
UERSetup
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Feedback for programming a UI in Perl
by stevieb (Canon) on Sep 01, 2016 at 20:37 UTC | |
by Anonymous Monk on Sep 01, 2016 at 21:10 UTC |