spechub / Hets

The Heterogeneous Tool Set
http://hets.eu
GNU General Public License v2.0
56 stars 18 forks source link

Replace udrawgraph interface with graphviz/dot #1927

Open tillmo opened 4 years ago

tillmo commented 4 years ago

Hets currently uses udrawgraph to display graphs, a global menu, and context menus for nodes and edges. Replace this with graphviz/dot, by simulating the udrawgraph interface. See here how to build a graph interface with node/edge context menus using python and javascript.

tillmo commented 4 years ago

this will supersede #189