A QuadTree example for JavaScript with p5.js.
- QuadTree on wikipedia
- QuadTree pseudo-code
- QuadTree video tutorial part 1
- QuadTree video tutorial part 2
- QuadTree Repo
- QuadTree code
- Visualize the QuadTree: code, demo
- Collision Detection with QuadTree: code, demo
To run tests use one of the following commands
For continuous testing
npm run test-watch
For a single run test, with coverage
npm run test
This will output to the coverage
folder where you can few test coverage by opening index.html