add demos to README.md

This commit is contained in:
OPENRNDR Actions
2022-06-30 16:00:45 +00:00
parent 48781ca314
commit bb66d4cd29
8 changed files with 295 additions and 8 deletions

View File

@@ -21,4 +21,13 @@ val nearestQuery = quadTree.nearest(points[4], 20.0)
Ricardo Matias / [@ricardomatias](https://github.com/ricardomatias)
<!-- __demos__ -->
## Demos
## Demos
### DemoQuadTree01
[source code](src/demo/kotlin/DemoQuadTree01.kt)
![DemoQuadTree01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-quadtree/images/DemoQuadTree01Kt.png)
### DemoQuadTree02
[source code](src/demo/kotlin/DemoQuadTree02.kt)
![DemoQuadTree02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-quadtree/images/DemoQuadTree02Kt.png)