https://github.com/aappddeevv/dotfiddle
Graphviz interactive visualizer.
https://github.com/aappddeevv/dotfiddle
Last synced: about 1 year ago
JSON representation
Graphviz interactive visualizer.
- Host: GitHub
- URL: https://github.com/aappddeevv/dotfiddle
- Owner: aappddeevv
- License: apache-2.0
- Created: 2016-09-03T14:57:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T17:36:41.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T05:26:07.339Z (over 1 year ago)
- Language: Scala
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
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.