Skip to content

Commit

Permalink
📖 Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dolejska-daniel committed Dec 18, 2020
1 parent 601b4c9 commit 70cc27c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
100644 → 100755
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).

0 comments on commit 70cc27c

Please sign in to comment.