Quadtree for games and simulations
npm install 2d-quadtreesh
$ git clone https://github.com/anthony-nardi/2d-quadtree-js.git quadtree
$ cd quadtree
$ npm install && npm run dev
`
- Navigate your browser to:
- localhost:8000/demos
- localhost:8000/demos/space_game
How to use in your project
- Install via npm: `npm install 2d-quadtree `
- Require in your files: ` var Quadtree = require('2d-quadtree'); ``