You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ve been trying springly with 1000 nodes and unfortunately the result is not efficient at all. http://pastebin.com/H8Q9ij6M
Do you have any recommendations how to make this fast and more elegant with an higher amount of nodes ?
The text was updated successfully, but these errors were encountered:
hey there, we are working on a version to do the calculation with webworker. here is a result of 1000 nodes. Its not the best and probably for this kind of size smart zooming should apply. But, using web worker at the background allow user still reach the u.i
I'm using a web worker as well which does allow the UI to function, but Springy's updates are still choppy at roughly 500 nodes and 15,000 edges. My graph is a three.js-based visualization of nodes that sort themselves into groups, like so. Edges aren't painted but exist among each group.
I ve been trying springly with 1000 nodes and unfortunately the result is not efficient at all.
http://pastebin.com/H8Q9ij6M
Do you have any recommendations how to make this fast and more elegant with an higher amount of nodes ?
The text was updated successfully, but these errors were encountered: