Create an XML format that describes the layout of a perl/Tk GUI. Make it easy to do the layout of the GUI without requiring knowledge of perl or Tk. Instead, a user of this program should just have to know how to create the properly formatted XML.

Get someone else in the class to generate your XML automatically with a drag-and-drop user interface.

Someone in the class might have a program that works with some sort of big directed graph. Encourage this person to use Graphviz to create a picture of the big graph.

An example of this type of project would be to create a decently rendered PERT chart from a scheduling program, thus solving a glaring deficiency in a particular widely used yet loathsome scheduling program. Another example would be to make a class hierarchy analyzer as described in other suggestions in this thread.

You will need a cool application to develop with your cool XML/Perl/Tk integration. For your example, create a control panel to interactively adjust the many parameters used to drive the Graphviz automatic graph layout tool.

This is actually a research project, in that the Graphviz graphs are truly amazing, but they require adjustment to make them useful. A tool to facilitate this adjustment process would be neato!

It should work perfectly the first time! - toma
msg me if you would like me to attempt to clarify any parts of this suggestion.


In reply to Re: OO design project ideas by toma
in thread OO design project ideas by gri6507

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.