forked from pydoted/dotEd
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
vnea edited this page May 26, 2016
·
12 revisions
## What Is dotEd ?
dotEd is graphic editor for DOT graphs developed in Python using PyQt graphic library.
Its main purpose is to handle and edit DOT graphs graphically and verbatim.
We currently only handle (graphically) label, pos and color DOT attributes for nodes.
![Example](https://cloud.githubusercontent.com/assets/10775422/15578480/e60c90e8-2360-11e6-8176-e2986236da22.png)
A software named Graphviz already exists but it only generates an image, it does not allow to handle graphs graphically.
More information about DOT language and GraphViz :
## Project packages organization The packages are organized as follows : * **app** * **controller** * **enumeration** * **model** * **observer** * **utils** * **view** ## More information This project was a first year of a master's degree project (January 2016 - May 2016) developed by [Morvan Lassauzay](https://github.com/MorvanL) and [myself](https://github.com/vnea/) (Victor Nea).