Diagramming

From Inkscape Wiki
Revision as of 22:12, 30 November 2008 by JonCruz (talk | contribs) (Formatting & misc cleanup)
Jump to navigation Jump to search

Initial Overview

Overview

This wiki page is the central point to collect and structure all information that is needed to implement new features and capabilities to create diagrams with Inkscape.

The goal is to create a new plug-in, which has the same (or even better) functionality like Microsoft Visio: create a user interface to create diagrams with a maximum of flexibility and a minimum of work to do. [1] [2]

Or to say it in another way: we want to create a diagramming software [3], which helps us to create various kinds of diagrams [4]

The Dia project has the same goal, but in my opinion is still a very bad tool: the user interface looks 'ugly', and it just feels bad to work with Dia.

TechDrawing abilities are already included in the Roadmap, but I don't believe that much work has been done to solve this issue. We should also think about to reorganize the order of the Roadmap. http://wiki.inkscape.org/wiki/index.php/Roadmap#Milestone_18_-_Inkscape_0.52_-_Tech_drawing_abilities

There are a lot of criteria, which make Inkscape a good basis to create such TechDrawing capabilities. Inkscape:

  1. has a huge community, which has already done a great work, and will probably do this in the future
  2. has a huge flexibility in creating vector graphics, which is needed to create charts due to resize etc. stuff
  3. has a nice Look&Feel; it just feels good to work with Inkscape, and it is very simple and powerful to use at the same time. Dia is much harder to use.
  4. is a good foundation, to build and implement new software on top of it, for example as new plug-ins

Implementation

Before implementation phase, we must specifically know what the goal is, and how to achieve this goal. A list of requirements is needed. We need to figure out how to design the use interface: a pure click&drop interface, or a interface where the describes what he wants and Inkscape just creates is (WYSIWYG principle, like in LateX), or a combination of both.

A discussion in the mailing-list can be found here: [5]

YOU are invited to join the discussion in the mailing-list. YOU are also invited to extend THIS wiki page with your IDEAS and WISHES. We need to know what the community wants, so we can figure out how to achieve this and than program it.

Our project can benefit from other projects, which have the same or similar goals in mind. Especially Microsoft Visio, but there are also another projects like http://www.csse.monash.edu.au/~mwybrow/dunnart/ (also have a look at the publications http://www.csse.monash.edu.au/~mwybrow/#publications) and also some interesting libraries and algorithms http://adaptagrams.sourceforge.net/.

Of course it is a good inspiration to look how things are solved in Visio and it is possible to just rebuild the feature of Visio. But I think it is a better idea just to look how Visio solves problems, then chek if it solves the problem good, and improve the methods of Visio. I am sure that be not only can cope with Visio, but also to make a plugin, which has even better capabilities than Visio.

Rquirements

...

Other Software

Features and Capabilities of Visio

How Visio solves common problem in making diagrams: ...

References

Design Considerations

Implementation Details

References