Awesome
graph starter
A simple starter project to build your own graph algorithm exploration.
It allows you to load any graph from a .dot file, do a basic graph layout, and supports pan/zoom interaction. The rest is up to you.
I was using this as a skeleton for some of my graph explorations and I hope you find this useful as a first graph setup.
Happy exploration!
Getting started
First - you need to clone/fork this repository and then:
npm install
Compiles and hot-reloads for development
npm run serve
This should render a simple graph and you can do some basic layout. You can drop .dot
files into it
to load new graphs.
From this point - you are free to modify the project as you wish.
Compiles and minifies for production
npm run build
Customize vue configuration
What's inside?
- ngraph.graph as a graph data structure
- ngraph.fromdot loads
.dot
files - panzoom for pan/zoom interaction
- ngraph.forcelayout for the basic graph layout
- w-gl - super duper obscure (and fast) WebGL renderer that can render dots and lines.
- vue.js powered UI and dev tools.
License
This start package is licensed under MIT license.
Thanks!
- Stay tuned for updates: https://twitter.com/anvaka
- If you like my work and would like to support it - https://www.patreon.com/anvaka