jbatnozic / Quad-Tree-Collision-Detection

Simple library for detecting bounding box collisions in 2d using self-adjusting quad trees. Comes in singlethreaded and multithreaded forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quad-Tree-Collision-Detection

Simple library for detecting bounding box collisions in 2d using self-adjusting quad trees. Comes in singlethreaded and multithreaded forms.

You can find the complete documentation in the Docs folder, in .docx (MS Word) and .pdf formats. Text formatting is a bit messed up in the PDF, but it's fine otherwise.

About

Simple library for detecting bounding box collisions in 2d using self-adjusting quad trees. Comes in singlethreaded and multithreaded forms.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%