Skip to content

A simple tool for Using Graphviz. Based on Viz.js & Electron. Now modified to show json files

License

Notifications You must be signed in to change notification settings

Tools-for-Production-Science/vizgraph_json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VizGraph

A simple tool for Using Graphviz. Based on Viz.js & Electron.

This tool was fokred and modified in such a way that it is possible to visualise json files quickly.


CircleCI Building: CircleCI


Sample usage from Graphviz Gallery:


This project is on its beta release now.

Usage

The major framework is based on Electron, so it should be worked on All Platforms that support Node.js( Exp. Windows, Mac and Linux).

For Developers

First, make sure you have a proper Node.js Environment:

node -v
npm -v

Then start it easily.

git clone https://github.com/jcf94/vizgraph.git
cd vizgraph
npm install
npm start

Enjoy it.

Use electron-builder to pack release for platforms you like.

For Users

Get the latest release.

Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage).

Addition to visualize JSON file (Fork of original Project)

For a different project I needed support to translate JSON files to a graph. JSON files are easier to handle and interpret in different software projects than vizgraph text. For this purpose a file starting with ## (double hashtag) will be read as json and translated to vizgraph. There is no possibility to change the default visual settings with the json file right now. An example file can be found on the top level of this repository (exampleJSONgraph.txt).

About

A simple tool for Using Graphviz. Based on Viz.js & Electron. Now modified to show json files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.7%
  • HTML 8.6%
  • CSS 4.7%