Andrei Kashcha

Results 132 comments of Andrei Kashcha

There is an option in `forEachLinkedNode()` method, which allows to do oriented/non oriented traversal. Does it work for your use case? By default `getLink` is oriented, and I'm somewhat reluctant...

I think it's a good idea. I didn't want to do it some time ago because I was worried about memory pressure that new objects would introduce on garbage collector....

`ngraph.offline.layout` is node-only environment. Thus the name `offline`...

Hi Julien, I remember struggling with it a lot too and current implementation is suboptimal. I also remember it used to keep the graph center/zoom level, but now it seem...

Nice. Looking forward to it! > PS: the SVG and WebGL coordinate space differences make this rather painful to try and abstract in the renderer! Agreed.

That's a good question! I haven't got time yet to re-measure it, but I removed the note from the readme file. Will keep this issue open to measure once I...

By the way, you can use d3-force with vivagraph. Here is a basic demo: http://anvaka.github.io/VivaGraphJS/demos/other/d3layout/ Source code - https://github.com/anvaka/VivaGraphJS/blob/master/demos/other/d3layout/index.js

No conclusion yet. I've built this little toy: https://anvaka.github.io/share/wgl/ - it allows you to switch between ngraph/d3 layouts. Both are rendered with webgl The graph is currently hardcoded, it has...

Thank you for reporting this! I'll take a look as soon as I get access to IE11