add orx-jvm demos to README.md

This commit is contained in:
OPENRNDR Actions
2022-06-30 16:00:46 +00:00
parent bb66d4cd29
commit bb04c6829c
4 changed files with 75 additions and 4 deletions

View File

@@ -23,4 +23,23 @@ this addon provides some helper functions to convert them to OPENRNDR types:
- `ImageFlow` to `ColorBuffer` conversion.
<!-- __demos__ -->
## Demos
## Demos
### DemoContours01
[source code](src/demo/kotlin/DemoContours01.kt)
![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-jvm/orx-boofcv/images/DemoResize01Kt.png)
### DemoResize02
[source code](src/demo/kotlin/DemoResize02.kt)
![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-jvm/orx-boofcv/images/DemoSimplified01Kt.png)