quadtree-ts
Quadtree Typescript Implementation
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- dependabot.yml
- extensions.json
- settings.json
- hierarchy.js
- highlight.css
- icons.js
- icons.svg
- main.js
- navigation.js
- search.js
- style.css
- Circle.html
- Line.html
- Quadtree.html
- Rectangle.html
- CircleGeometry.html
- CircleProps.html
- Indexable.html
- LineGeometry.html
- LineProps.html
- NodeGeometry.html
- QuadtreeProps.html
- RectangleGeometry.html
- RectangleProps.html
- .nojekyll
- hierarchy.html
- index.html
- copy.svg
- examples.css
- examples.js
- info.svg
- logo-github.svg
- logo-npm.svg
- logo-twitter.svg
- nav.json
- quadtree.umd.full.js
- tabs.js
- index.html
- Player.js
- script.js
- index.html
- script.js
- Particle.js
- script-many-on-many.js
- script.js
- index.html
- script.js
- index.html
- script.js
- Box.js
- index.html
- script.js
- Vector.js
- index.html
- script.js
- index.html
- script.js
- index.html
- script.js
- index.html
- Circle.ts
- index.esm.ts
- index.umd.all.ts
- index.umd.basic.ts
- Line.ts
- Quadtree.ts
- Rectangle.ts
- types.ts
- Circle.getIndex.test.ts
- Circle.test.ts
- Line.getIndex.test.ts
- Line.test.ts
- Quadtree.clear.test.ts
- Quadtree.getIndex.test.ts
- Quadtree.insert.test.ts
- Quadtree.join.test.ts
- Quadtree.minLevels.test.ts
- Quadtree.remove.test.ts
- Quadtree.retrieve.test.ts
- Quadtree.split.test.ts
- Quadtree.test.ts
- Quadtree.update.test.ts
- Rectangle.getIndex.test.ts
- Rectangle.test.ts
- .editorconfig
- .gitignore
- .prettierrc.json
- CHANGELOG.md
- eslint.config.mjs
- jest.config.js
- LICENSE.md
- package-lock.json
- package.json
- README.md
- RELEASE.md
- rollup.config.mjs
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/timohausmann/quadtree-ts
Downloads the entire project code from GitHub to your computer.
cd quadtree-ts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @timohausmann/quadtree-ts
Downloads and installs the libraries listed in package.json.
<script src="https://cdn.jsdelivr.net/npm/@timohausmann/quadtree-ts/dist/quadtree.umd.full.js"></script>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
