https://github.com/s-litvin/quadtree
Particle collision detection using quadtree.
https://github.com/s-litvin/quadtree
collision-detection javascript p5js particles quadtree
Last synced: 3 months ago
JSON representation
Particle collision detection using quadtree.
- Host: GitHub
- URL: https://github.com/s-litvin/quadtree
- Owner: s-litvin
- Created: 2020-05-25T16:15:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T09:41:56.000Z (over 3 years ago)
- Last Synced: 2025-01-12T21:07:25.270Z (5 months ago)
- Topics: collision-detection, javascript, p5js, particles, quadtree
- Language: JavaScript
- Homepage: https://s-litvin.github.io/quadtree/
- Size: 682 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quadtree
Particle collision detection using quadtree. A quadtree is a tree data structure in which each internal node has exactly four children.Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.
## Demo
Check demo on GitHub page: https://s-litvin.github.io/quadtree/