https://github.com/progrium/vizgo
a visual golang software editor
https://github.com/progrium/vizgo
Last synced: about 1 year ago
JSON representation
a visual golang software editor
- Host: GitHub
- URL: https://github.com/progrium/vizgo
- Owner: progrium
- Created: 2020-02-03T19:51:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T02:51:11.000Z (over 5 years ago)
- Last Synced: 2025-06-10T10:59:12.060Z (about 1 year ago)
- Language: JavaScript
- Size: 5 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vizgo
a visual golang software editor
## Prereqs
* go 1.14
* whatever is required for Cgo
* for dev:
* [go-bindata](https://github.com/shuLhan/go-bindata) `go get -u github.com/shuLhan/go-bindata/...`
* [hotweb](https://github.com/progrium/hotweb): `go install github.com/progrium/hotweb/cmd/...`
* for mac:
* XCode Command Line Tools
* for linux:
* gtk+3.0-dev
* webkit2gtk-dev
## Dev Notes
Moving forward going to be less dependent on Makefile for developer oriented tasks and instead using shell functions in `.devrc` which you can manually source, or if you have zsh
you can install [this hook](https://gist.github.com/progrium/ea7cba82a90ac0d06fb2517e21761013) in your profile to have it automatically sourced.
## License
Not released under any license yet