forked from samizdatco/arbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
31 lines (19 loc) · 865 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Arbor.js Changes
----------------
Version 0.92 | 19 jun 2011
--------------------------
* Creating nodes with an initial x/y or fixed position now works as advertised
* Calling ParticleSystem's .screen() method without arguments will now
return an object with fields describing the current screen state
* Fix for problems on chrome when running from file:// urls
* Added a shell script to run a local http server so the demos will work without
needing to be hosted somewhere
Version 0.91 | 17 jan 2011
--------------------------
* Now supplementing brute-force repulsion calculations with the more-efficient
(but noisier) barnes-hut algorithm. Use the ParticleSystem's .precision
parameter to control the accuracy/speed trade-off.
Version 0.9 | 12 jan 2011
-------------------------
* Initial release
testing github...