Skip to content

Quad Tree implementation in C#. User can draw picture and program automatically creates quad tree for whole picture.

Notifications You must be signed in to change notification settings

emre-sahinn/QuadTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Quad Tree implementation in C#. User can draw picture and program automatically creates quad tree for whole picture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages