In more direct reply to some of your specific questions, check out GAMS-Tk. It is part of a package called GAMS-X I wrote years ago for mathematical modeling using a proprietary optimization software product called GAMS. That's the largest Perl/Tk application I've ever created.

Although the code has gone stale since I left graduate school, you can see several screen shots. It was quite cutting-edge at the time, if I do say so myself ;-)

It uses GIFgraph (now PNGgraph I believe) and Gnuplot for graphics.

As to graphics and first-person shooters, I think Perl/Tk would be inappropriate for that kind of application because (i) the widget set really wasn't designed for that sort of thing and (ii) you would want to write a 1st person shooter game in C or some other language that gives you fast fast fast code. Perl is not that language.

You may also enjoy taking a peak at the Moaning Goat Meter. I use it on my desktop, and it's a very nicely done and unique Perl/Tk application.

And as far as weight (e.g., process size and resource intensity) and speed go, of course it all depends, but in my experience, Perl/Tk is (i) lighter weight and faster (in some cases much faster) than Java but (ii) a heavier weight than VB for small apps (but not really all that heavy after all, so this shouldn't be a deciding factor), with the size appearing to approach that of VB as the size of the app grows, and a touch slower than VB in most areas (though not noticably so). I've never made scientific observations to back up these statements; they should be taken as subjective and based on a limited sample size.


In reply to P.S. by Starky
in thread Limits of Perl/tk? by Sprad

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.