文件名称:3d-force-graph-ar:AR中的3D力导向图组件
文件大小:2.51MB
文件格式:ZIP
更新时间:2024-02-21 23:01:12
graphviz webgl augmented-reality data-visualization aframe
AR中的3D力导向图
一个Web组件,它使用力导向的迭代布局来表示增强现实中的图形数据结构。 使用和进行渲染,并使用进行布局物理引擎。
要加载以下任何示例:
在桌面浏览器中打开此。
在手机浏览器上打开示例,然后将其指向桌面屏幕。
查看示例:
()
()
( )
( )
( )
( )
( )
()
( )
( )
()
( )
( )
( )
另请参见, 和 。
并检查。
快速开始
import ForceGraphAR from '3d-force-graph-ar';
要么
const ForceGraphAR = require('3d-force-graph-ar');
甚至
[removed][removed]
然后
const myGraph = ForceGraphAR();
myGraph(
【文件预览】:
3d-force-graph-ar-master
----rollup.config.dev.js(259B)
----rollup.config.js(1KB)
----.github()
--------ISSUE_TEMPLATE()
----yarn.lock(81KB)
----src()
--------3d-force-graph-ar.js(7KB)
--------index.d.ts(1KB)
--------index.js(49B)
----.babelrc(185B)
----example()
--------emit-particles()
--------custom-node-geometry()
--------updating()
--------img-nodes()
--------basic()
--------async-load()
--------auto-colored()
--------datasets()
--------curved-links()
--------large-graph()
--------text-links()
--------directional-links-particles()
--------collision-detection()
--------directional-links-arrows()
--------text-nodes()
----LICENSE(1KB)
----README.md(22KB)
----.gitignore(18B)
----_config.yml(26B)
----package.json(2KB)