bozoquadtree

1.0.1 • Public • Published

BozoQuadtree

A quadtree is a data structure used to store data on a 2D plane. This quadtree implementation was written in JavaScript and it is able to store 2D rectangular shapes. It does not recurrsively create itself to store data.

Go to https://cchjimmy.github.io/BozoQuadtree/ to see BozoQuadtree in action.

installation

With npm

step 1: install package with npm

npm install bozoquadtree

step 2: import with node

const BozoQuadtree = require("bozoquadtree");

With unpkg

step 1: link script into HTML with unpkg

<script src="https://unpkg.com/bozoquadtree"></script>

step 2: use directly in scripts

console.log(BozoQuadtree);

Readme

Keywords

Package Sidebar

Install

npm i bozoquadtree

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

9.48 kB

Total Files

5

Last publish

Collaborators

  • cchjimmy