add demos to README.md

This commit is contained in:
OPENRNDR Actions
2023-04-05 08:09:08 +00:00
parent 359f941ed0
commit db964c6d81
3 changed files with 26 additions and 0 deletions

View File

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

View File

@@ -59,6 +59,11 @@ fun boxMesh(
![DemoComplex05Kt](https://github.com/openrndr/orx/blob/media/orx-mesh-generators/images/DemoComplex05Kt.png
<!-- __demos__ -->
## Demos
### DemoAll
[source code](src/demo/kotlin/DemoAll.kt)
![DemoAllKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/DemoAllKt.png)
### DemoBox
[source code](src/demo/kotlin/DemoBox.kt)

View File

@@ -39,3 +39,14 @@ extend(TemporalBlur()) {
```
<!-- __demos__ -->
## Demos
### DemoBasic01
[source code](src/demo/kotlin/DemoBasic01.kt)
![DemoBasic01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-temporal-blur/images/DemoBasic01Kt.png)
### DemoColorShift01
[source code](src/demo/kotlin/DemoColorShift01.kt)
![DemoColorShift01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-temporal-blur/images/DemoColorShift01Kt.png)