User can draw picture and program automatically creates quad tree for whole picture. QuadTree's are useful for collision detection but also creates really weird looking art. Written in C#, used Visual Studio IDE 2019.
As you can see we only hold left corner trees in memory, this is useful because we do not create trees for empty space.