zz 65c8a28f48 项目初始化 2 dienas atpakaļ
..
public 65c8a28f48 项目初始化 2 dienas atpakaļ
src 65c8a28f48 项目初始化 2 dienas atpakaļ
.browserslistrc 65c8a28f48 项目初始化 2 dienas atpakaļ
.eslintrc.js 65c8a28f48 项目初始化 2 dienas atpakaļ
README.md 65c8a28f48 项目初始化 2 dienas atpakaļ
babel.config.js 65c8a28f48 项目初始化 2 dienas atpakaļ
deploy.sh 65c8a28f48 项目初始化 2 dienas atpakaļ
package-lock.json 65c8a28f48 项目初始化 2 dienas atpakaļ
package.json 65c8a28f48 项目初始化 2 dienas atpakaļ
vue.config.js 65c8a28f48 项目初始化 2 dienas atpakaļ

README.md

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!