arbor icon indicating copy to clipboard operation
arbor copied to clipboard

a graph visualization library using web workers and jQuery

Results 60 arbor issues
Sort by recently updated
recently updated
newest added

As the title said I am unable to start a ParticleSystem again after it was running before. This is without workers (it might have worked fine with workers, didn't test).

If I stop the particle system while it's running, the system doesn't stop completely. The nodes seem to stop moving relative to their connected nodes, but the entire system continues...

Hi, I have this problem, I hope it will be easier than I think, but I haven't found a solution. **I want to show the node name when the mouse...

I built an [arbor rails engine](https://github.com/mockdeep/arbor-rails) and I'm having some trouble between different environments. I've discovered that if I set `config.assets.debug` to `false` in the environments file it breaks with...

It would be nice to have a base to start with as far as UI. Is it possible for you to wrap up the UI elements from the arborjs homepage?

Is this project abandoned? It hasn't been updated for a while. Would be great if it's marked as abandoned if that is the case.

Would anyone be interested in a patch to add (optional) Velocity Verlet integration? You can see the algorithm here: http://en.wikipedia.org/wiki/Verlet_integration#Velocity_Verlet It wouldn't be a huge performance hit, but since Arbor...

In physics/system.js, the object initializer (i.e. ParticleSystem({repulsion:1000, stiffness:80)) does not work. Changing lines 20-21 from ``` if (typeof stiffness=='object'){ var _p = stiffness ``` to ``` if (typeof repulsion=='object'){ var...

In Chrome, the system runs for several seconds, and then I keep getting the following error message: Uncaught RangeError: Maximum call stack size exceeded d.extend.type d.extend.isPlainObject d.extend.d.fn.extend d.extend.d.fn.extend d.extend.d.fn.extend ......