Hi,
I am the developer of Graph Galaxy.
This is a show and tell. I’d like to share some thoughts and stories about it.
A few years ago, I started to use Graphviz to create some graphs. Sometimes I spent significant time to tweak the structure and style. Usually I could get a satisfied product, but the polish process is a little cumbersome to me. I couldn’t find an easy-to-use visual editor at that time. So I started a project to build a visual editor for Graphviz.
This is the first git commit:
A great project did start!
commit: 168e63c34be600f20c2bed61260545e899638059
date: Wed Jun 6 23:20:02 2018 +0800
The goals I planned for this project are:
- Provide a canvas in which people could sketch the graph structure by clicking and dragging the mouse.
- Provide an attribute panel in which people could polish the style intuitively.
Now the above goals are almost finished. Besides, some indispensable features:
- Outline. The outline panel shows the table of contents, which gives us a quick insight about how the graphs are structured.
- Import and Export. With this, we are able to use the following workflow:
- Open a source file (with .gv extension) to view the graph.
- Edit the graph in WYSIWYG style without looking at the DOT code.
- Save the graph, i.e. write the exported DOT back to the file.
- Table Editing. We can easily create a complex and irregular table with this feature.
- Hand-Drawn. The stroke can be transformed to hand-drawn. Which makes the graphs more funny.
This is my show and tell. Thanks everyone who contributed to Graphviz!