grid2
Version:
JavaScript implementation of a static spatial grid index in two dimension.
28 lines (21 loc) • 756 B
Markdown
- 0.5.0 (2015-10-29)
- big API changes, closing up on Quadtree2.js
- documentation / example added to README.md
- huge refactoring
- 0.4.1 (2014-06-09)
- fixes spelling issue in .getObjectsBetween
- also adds more specs
- 0.4.0 (2014-06-08)
- added .propagateCallbackFromPoint for using the grid
on raycasting purposes
- 0.3.0 (2014-06-08)
- also added travis-ci
- grid quadrants renamed to cells
- meta attribute storage to grid cells
- 0.2.0 (2014-04-27)
- performance/cache improved for #getObjectsBetween
- modified .position for default object property
- 0.1.0 (2014-04-27)
- basic functionality with #getObjectsBetween
- 0.0.1 (2014-04-26)
- skeleton files for browserify/npm packaging