flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
33
VISUALIZACION/node_modules/ngraph.forcelayout/demo/README.md
generated
vendored
Executable file
33
VISUALIZACION/node_modules/ngraph.forcelayout/demo/README.md
generated
vendored
Executable file
|
|
@ -0,0 +1,33 @@
|
|||
# ngraph.forcelayout demo
|
||||
|
||||
This folder contains a demo of the `ngraph.forcelayout` package.
|
||||
|
||||
If you drop any `.dot` file into the browser window the demo will attempt to visualize it.
|
||||
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
|
||||
```
|
||||
npm start
|
||||
```
|
||||
|
||||
This should render a simple graph and you can do some basic layout. You can drop `.dot` files into it
|
||||
to load new graphs.
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
## What's inside?
|
||||
|
||||
* [ngraph.graph](https://github.com/anvaka/ngraph.graph) as a graph data structure
|
||||
* [ngraph.forcelayout](https://github.com/anvaka/ngraph.forcelayout) for the basic graph layout
|
||||
* [w-gl](https://github.com/anvaka/w-gl) - super duper obscure (and fast) WebGL renderer.
|
||||
* vue.js powered UI and dev tools.
|
||||
|
||||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue