antvis / layout

Layout algorithms for graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GForce布局,GPU布局结果不可用

zhenya-zhu opened this issue · comments

G6中使用GForce布局

同样的data和config,仅布局方式不同

CPU单线程布局:(gpuEnabled: false, workerEnabled: false)
cpu

GPU布局:(gpuEnabled: true, workerEnabled: false)
gpu
有几条边特别长,不可用

可以用这个仓库复现。 npm i然后npm run dev即可