I've used wxWidgets to do simple GUI but nothing advanced yet. However I am aware of the following interesting perl gui apps.:

wxPerl which I and other monks are using, search for tutorials here and on perl.com.

Frozen Bubble (a game using SDL-Perl)

Digistrips (darn I wish they opened their code..) based on perl and TkZinc. This prototype for an air traffic control system apparently lets you drag simulated paper strips around a touch screen, TkZinc provides rich eye candy interface, etc. Anybody know about wxWidget code that could do things like this? Maybe I didn't do TkZinc because it didn't work on XP at the time. Apparently it does now. But development of the project seemed to be (and maybe still is) much slower than wxPerl.

If anyone else has collected useful perl GUI code/sites please let me know. For now wxWidgets seems to have the most "undiscovered promise"..

That said I'd guess the worst thing to do with perl is build a pacemaker, yup count me out. But I'm definitely not sure about how slow an OpenGL game would be using perl, after all once you've drawn something it is in the GL buffer right? Need a nice machine/graphics card to worry about that. I'm thinking maybe planetarium-style software might be difficult.. would like to be proven wrong though.

But I am working on some online "packaged software" and with a free software installer, and packaging with pp it doesn't look impossible anyway. Definitely a lack of tutorials/tools to make it easy though. I think it's a matter of try it and see if it works.


In reply to Re^2: [OT?] Other Languages by mattr
in thread [OT?] Other Languages by ghenry

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.