Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aappddeevv/dotfiddle

Graphviz interactive visualizer.
https://github.com/aappddeevv/dotfiddle

Last synced: 6 days ago
JSON representation

Graphviz interactive visualizer.

Awesome Lists containing this project

README

        

A simple program to play with the visuals of dot-based graph layouts.
It is not designed for advanced visualization or graph file
editing.

You can load a .dot or .gv file with a graph specification in graphviz
format and visualize it. By playing with default properties, you can
alter what the graph looks like and decide on the optimal set of
paramaters.

dotfiddle is not designed to be a deep editor of the graphviz format
as it is assumed that the graph is either typed in or generated in
another program.

dotfiddle curretly lacks polish and various features but it is good
enough to refine the look of a graph quickly.

Run `sbt stage` to generate a package you can run or
`sbt universal:packageBin` to generate a distributable zip file.

dotfiddle requires java 1.8 release 40 or above.