Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1012 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 1012 Bytes

QuadTree

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.

Main Program

6

OK! Let's put some pixels on it!

7

As you can see we only hold left corner trees in memory, this is useful because we do not create trees for empty space.

If we draw real pictures by writing some legends name on it,

25

This can get really weird if we create random pictures on it, to do so just simply check the "Random Photo"

8