Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)