[orx-kdtree] Make orx-kdtree a multiplatform module

This commit is contained in:
Edwin Jakobs
2024-01-02 18:13:14 +01:00
parent a1e75269b1
commit 3b57c3ce26
11 changed files with 305 additions and 214 deletions

View File

@@ -5,16 +5,16 @@ Fast search of points closest to the queried point in a data set. 2D, 3D and 4D.
<!-- __demos__ -->
## Demos
### DemoKNearestNeighbour01
[source code](src/demo/kotlin/DemoKNearestNeighbour01.kt)
[source code](src/jvmDemo/kotlin/DemoKNearestNeighbour01.kt)
![DemoKNearestNeighbour01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-kdtree/images/DemoKNearestNeighbour01Kt.png)
### DemoNearestNeighbour01
[source code](src/demo/kotlin/DemoNearestNeighbour01.kt)
[source code](src/jvmDemo/kotlin/DemoNearestNeighbour01.kt)
![DemoNearestNeighbour01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-kdtree/images/DemoNearestNeighbour01Kt.png)
### DemoRangeQuery01
[source code](src/demo/kotlin/DemoRangeQuery01.kt)
[source code](src/jvmDemo/kotlin/DemoRangeQuery01.kt)
![DemoRangeQuery01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-kdtree/images/DemoRangeQuery01Kt.png)