Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkkoori/edge
An easy to use desktop graph(discrete mathematics) editor.
https://github.com/sparkkoori/edge
electron graph graph-editor mind-map
Last synced: 5 days ago
JSON representation
An easy to use desktop graph(discrete mathematics) editor.
- Host: GitHub
- URL: https://github.com/sparkkoori/edge
- Owner: sparkkoori
- License: mit
- Created: 2018-03-15T15:58:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T02:22:11.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:32:18.588Z (3 months ago)
- Topics: electron, graph, graph-editor, mind-map
- Language: JavaScript
- Homepage:
- Size: 479 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - sparkkoori/edge - An easy to use desktop graph(discrete mathematics) editor. (electron)
README
# Edge
Edge is an easy to use desktop graph(discrete mathematics) editor.
![Screenshot of Edge](/doc/screenshot.png "Screenshot")## Goal
- Pure and simple
- Large scale
- Locality## Supported Platforms
- Windows
- Mac## Get it
### Download
- [Edge-win32-x64.zip](https://github.com/sparkkoori/edge/releases/download/v1.0.1/Edge-win32-x64.zip)
- [Edge-darwin-x64.zip](https://github.com/sparkkoori/edge/releases/download/v1.0.1/Edge-darwin-x64.zip)### Build it
You can use [Electron-packager](https://github.com/electron-userland/electron-packager) to make package or installer.## Development
Edge is developed base on [Electron](https://github.com/electron/electron), [Node.js](https://github.com/nodejs/node) and SVG.How to run:
edge$ npm install
edge$ npm start## License
MIT