This is outside my personal experience, so YMMV. I think there is a lot to be said for using vector graphics in such an endeavor. Specifically, I think SVG is starting to show signs of maturity. SVG is an XML application, so you have a broad range of tools available to handle the files, including the
SVG module. That said, how wedded are you to using
wxPerl for your GUI? While there is an add-on for rendering SVG in wx (
wxSVG), it does not seem quite as mature as wx (nor does it appear to have Perl bindings). Another approach would be to render your SVG in a browser. Some of the newer browsers include native support for SVG. This could potentially let you focus on building the SVG and let "someone else" handle the rendering.
The alternative to vector graphics is going to be some kind of rasterization (e.g., ImageMagick). In this case, wxPerl should be able to satisfy your needs, though your program will become more of a broker between external components.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.