Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T09:41:56.000Z (almost 3 years ago)
- Last Synced: 2023-07-21T12:10:22.233Z (over 1 year 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/![alt text](https://raw.githubusercontent.com/s-litvin/quadtree/master/preview.png)