FLUJOS/VISUALIZACION/node_modules/ngraph.forcelayout/demo
2025-11-07 00:06:12 +01:00
..
public flow like the river 2025-11-07 00:06:12 +01:00
src flow like the river 2025-11-07 00:06:12 +01:00
.browserslistrc flow like the river 2025-11-07 00:06:12 +01:00
.eslintrc.js flow like the river 2025-11-07 00:06:12 +01:00
babel.config.js flow like the river 2025-11-07 00:06:12 +01:00
deploy.sh flow like the river 2025-11-07 00:06:12 +01:00
package-lock.json flow like the river 2025-11-07 00:06:12 +01:00
package.json flow like the river 2025-11-07 00:06:12 +01:00
README.md flow like the river 2025-11-07 00:06:12 +01:00
vue.config.js flow like the river 2025-11-07 00:06:12 +01:00

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 as a graph data structure
  • ngraph.forcelayout for the basic graph layout
  • w-gl - super duper obscure (and fast) WebGL renderer.
  • vue.js powered UI and dev tools.

Thanks!