All Versions
3
Latest Version
Avg Release Cycle
79 days
Latest Release
4687 days ago

Changelog History

  • v0.92 Changes

    June 19, 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

  • v0.91 Changes

    January 17, 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.
  • v0.9 Changes

    January 12, 2011
    • Initial release