Perl GUI programming on Windows

后端 未结 6 1677
星月不相逢
星月不相逢 2021-02-02 00:44

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

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-02 01:20

    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.)

提交回复
热议问题