-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
59 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,53 @@ | ||
# VizGraph | ||
|
||
A simple tool for Using [Graphviz](https://graphviz.gitlab.io/). Based on [Viz.js](https://github.com/mdaines/viz.js) & [Electron](https://github.com/electron/electron). | ||
|
||
--- | ||
|
||
CircleCI Building: [![CircleCI](https://circleci.com/gh/jcf94/vizgraph.svg?style=svg)](https://circleci.com/gh/jcf94/vizgraph) | ||
|
||
--- | ||
|
||
Sample usage from [Graphviz Gallery](https://graphviz.gitlab.io/gallery/): | ||
|
||
![](doc/img/exp1.png) | ||
|
||
![](doc/img/exp2.png) | ||
|
||
--- | ||
|
||
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](https://nodejs.org/en/download/): | ||
|
||
```bash | ||
node -v | ||
npm -v | ||
``` | ||
|
||
Then start it easily. | ||
|
||
```bash | ||
git clone https://github.com/jcf94/vizgraph.git | ||
cd vizgraph | ||
npm install | ||
npm start | ||
``` | ||
|
||
Enjoy it. | ||
|
||
Use [electron-builder](https://github.com/electron-userland/electron-builder) to pack release for platforms you like. | ||
|
||
## For Users | ||
|
||
Get the latest [release](https://github.com/jcf94/vizgraph/releases). | ||
|
||
# VizGraph | ||
|
||
![](src/img/ico.png) | ||
|
||
A simple tool for Using [Graphviz](https://graphviz.gitlab.io/). Based on [Viz.js](https://github.com/mdaines/viz.js) & [Electron](https://github.com/electron/electron). | ||
|
||
--- | ||
|
||
CircleCI Building: [![CircleCI](https://circleci.com/gh/jcf94/vizgraph.svg?style=svg)](https://circleci.com/gh/jcf94/vizgraph) | ||
|
||
--- | ||
|
||
Sample usage from [Graphviz Gallery](https://graphviz.gitlab.io/gallery/): | ||
|
||
![](doc/img/exp1.png) | ||
|
||
![](doc/img/exp2.png) | ||
|
||
--- | ||
|
||
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](https://nodejs.org/en/download/): | ||
|
||
```bash | ||
node -v | ||
npm -v | ||
``` | ||
|
||
Then start it easily. | ||
|
||
```bash | ||
git clone https://github.com/jcf94/vizgraph.git | ||
cd vizgraph | ||
npm install | ||
npm start | ||
``` | ||
|
||
Enjoy it. | ||
|
||
Use [electron-builder](https://github.com/electron-userland/electron-builder) to pack release for platforms you like. | ||
|
||
## For Users | ||
|
||
Get the latest [release](https://github.com/jcf94/vizgraph/releases). | ||
|
||
Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters