add orx-jvm demos to README.md

This commit is contained in:
OPENRNDR Actions
2022-01-22 22:38:52 +00:00
parent f137822784
commit 93ceddde57
2 changed files with 5 additions and 5 deletions

View File

@@ -27,19 +27,19 @@ this addon provides some helper functions to convert them to OPENRNDR types:
### DemoContours01
[source code](src/demo/kotlin/DemoContours01.kt)
![DemoContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-boofcv/images/DemoContours01Kt.png)
![DemoContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoContours01Kt.png)
### DemoResize01
[source code](src/demo/kotlin/DemoResize01.kt)
![DemoResize01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-boofcv/images/DemoResize01Kt.png)
![DemoResize01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoResize01Kt.png)
### DemoResize02
[source code](src/demo/kotlin/DemoResize02.kt)
![DemoResize02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-boofcv/images/DemoResize02Kt.png)
![DemoResize02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoResize02Kt.png)
### DemoSimplified01
[source code](src/demo/kotlin/DemoSimplified01.kt)
![DemoSimplified01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-boofcv/images/DemoSimplified01Kt.png)
![DemoSimplified01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoSimplified01Kt.png)

View File

@@ -7,4 +7,4 @@ Post processing effect that fills transparent parts of the image interpolating t
### DemoPoissonFill01
[source code](src/demo/kotlin/DemoPoissonFill01.kt)
![DemoPoissonFill01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-poisson-fill/images/DemoPoissonFill01Kt.png)
![DemoPoissonFill01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-poisson-fill/images/DemoPoissonFill01Kt.png)