I\'m looking for tools for Perl GUI programming on Windows for educational/in-house development, mostly science related.
My first choice was PerlQt. A friend of mine was
Here is a good overview of widget toolkits- many of which provide wrappers to popular programming languages:
http://en.wikipedia.org/wiki/List_of_widget_toolkits
I recommend [wxwidgets][1]
aka wxwindows
, or a browser based solution (e.g. XULrunner) or a pure Javascript+HTML5 based solution. At the moment I am working on a cross-platform tool with only a basic console UI, which then uses websockets and HTML5 + SVG for a more complex UI rendition and UX. To make the web-content dynamic I use a simple template-engine.
( Personally, for overview questions, I had good experience to put the term wikipedia
and list of
somewhere in the search query of ones trusted search engine. Kudos to the diligent wikipedia community.)