colorful Quadtree

Description

I wise interested in building a quadtree that was randomized and colorful. I ended up designing my own QuadTree data structure. The data structure is recursive as it either fills in its subsections with a solid square or another QuadTree. Every frame generates a new QuadTree in order to give a dynamic animation.