arbor
arbor copied to clipboard
a graph visualization library using web workers and jQuery
Made changes so that arbor can deal with a single node. There are 3 different changes, all in physics.js: 1) Barnes-Hut was getting in an infinite loop with a single...
All I changed was the formatting of the demo .json data. I did so by simply running this bash loop within `demos/atlas/maps/` and `demos/halfviz/library/` directories: ``` for i in *.json;...
As per our earlier discussion, I realized that the mass of a particular particle can change in time; the mass of all the particles may not be the same as...
Fixes for IE
I made a few changes in physics/system.js to fix issues in IE. Tested in IE9: as far as I can tell all the demos work now. Unfortunately, Opera doesn't implement...
please take this request to make aborjs work in more browsers then it currently does.
I added workerUrl as an optional parameter, so that it is possible to compile arbor.js into another minified js file. Previously, arbor looked for a script tag with arbor.js to...
hi
Hello, I want to make a commercial application using this source code what do i need to buy here to do that legally
Any plan to support retina resolution? It looks kind of blurry on my macbook pro retina, maybe I've missed something.
#### Hey, maintainer(s) of samizdatco/arbor! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
Area: parser for `Halfviz` There is a parser error when parsing, say, `{color:none}`. **Problem:** jQuery has been updated and no longer iterates over a string as an array of char....