Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aappddeevv/dotfiddle
Graphviz interactive visualizer.
https://github.com/aappddeevv/dotfiddle
Last synced: 6 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T17:36:41.000Z (over 8 years ago)
- Last Synced: 2024-11-06T09:44:11.191Z (about 2 months 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.