Quadtree Collision Detection Implementation

Here's a link to a video of the demo.

My first implementation of a QuadTree. Wanted to learn about spatial data structures for use in game development, so I created a demo of large amounts of collisions occurring utilizing this data structure.

First time using Dear ImGui. Want to use in future projects so thought this would be a good example project to use it with. With it you can control parameters of the QuadTree & delete all current entities. It also shows information relevant to the demo.