ParaGraphL icon indicating copy to clipboard operation
ParaGraphL copied to clipboard

API

Open danpaulsmith opened this issue 7 years ago • 2 comments

Hi, I love this implementation, but would like to use a different visualisation library. Is there a way to decouple your GPU implementation from Sigma.js, and use the layout algorithm with another library? Thanks

danpaulsmith avatar Jan 22 '18 14:01 danpaulsmith

Thanks for letting me know. There is no out-of-the-box way to decouple for now, but most of the implementation is in function createProgram so you can try to reuse that part. Which library are you using? Are you using D3?

nblintao avatar Jan 28 '18 01:01 nblintao

No, I'm wanting to use vis.js by Almende. Thanks by the way, I'll try it out. A second question is - can I request position updates from the algorithm every 33ms for example to animate the layout? (Within your sigma implementation).

danpaulsmith avatar Feb 07 '18 10:02 danpaulsmith