-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
601b4c9
commit 70cc27c
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# Quadtree for Unity | ||
> v0.1 | ||
> v1.0 | ||
_INTRODUCTION TBD_ | ||
This package provides a generic implementation of the quadtree spatial partitioning algorithm. | ||
The aim of this package is to provide an out of the box working solution for simple 2D spatial partitioning of Unity’s GameObjects but at the same time allowing the implementation to be easily extended, modified and used with any items that you would want it to. | ||
The tree can be used as a component of a GameObject or it can just as easily be used only in the scripts without it being attached to any GameObject. | ||
|
||
![Demo Image](Documentation/img/iso_top.png) | ||
|
||
|
||
## Installation | ||
_TBD_ | ||
Please refer to the [releases page](https://github.com/dolejska-daniel/unity-quadtree/releases). | ||
|
||
|
||
## Usage examples | ||
_TBD_ | ||
Please refer to the [PDF documentation](Documentation/Documentation.pdf). |