https://github.com/nv7-github/graphwhiz
A UI for graphviz!
https://github.com/nv7-github/graphwhiz
Last synced: 3 months ago
JSON representation
A UI for graphviz!
- Host: GitHub
- URL: https://github.com/nv7-github/graphwhiz
- Owner: Nv7-GitHub
- License: mit
- Created: 2021-08-10T23:51:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T15:46:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T08:52:47.063Z (4 months ago)
- Language: Go
- Size: 251 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphwhiz
Use [graphviz](https://graphviz.org) with a UI!# Getting the pre-compiled app
1. Go to the releases tab
2. Download the right ZIP for your OS (by looking at the filename)
3. Extract the ZIP
4. Use!# Compiling from Source
This requires the Go compiler and a C compiler. You can get the Go compiler at https://golang.org/dl.## Installing tools
Once you have a Go and C compiler, go into this folder and run
```bash
make install
```
This will install tools required for building.## Building
Now, just run
```bash
make build
```
To compile it and produce an app bundle for your OS. You can then use this app bundle like an app.