From 7961cd91bc9fee4648b4fcb9deddc233623f72dc Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Tue, 25 Jan 2022 20:43:08 +0000 Subject: [PATCH] add orx-jvm demos to README.md --- orx-jvm/orx-gui/README.md | 10 +++++----- orx-jvm/orx-panel/README.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/orx-jvm/orx-gui/README.md b/orx-jvm/orx-gui/README.md index 770866b5..2a88a0b8 100644 --- a/orx-jvm/orx-gui/README.md +++ b/orx-jvm/orx-gui/README.md @@ -177,24 +177,24 @@ import org.openrndr.extra.parameters.DoubleParameter ### DemoHide01 [source code](src/demo/kotlin/DemoHide01.kt) -![DemoHide01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoHide01Kt.png) +![DemoHide01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoHide01Kt.png) ### DemoOptions01 [source code](src/demo/kotlin/DemoOptions01.kt) -![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoOptions01Kt.png) +![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoOptions01Kt.png) ### DemoPresets01 [source code](src/demo/kotlin/DemoPresets01.kt) -![DemoPresets01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoPresets01Kt.png) +![DemoPresets01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoPresets01Kt.png) ### DemoSimple01 [source code](src/demo/kotlin/DemoSimple01.kt) -![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoSimple01Kt.png) +![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoSimple01Kt.png) ### DemoXYParameter [source code](src/demo/kotlin/DemoXYParameter.kt) -![DemoXYParameterKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoXYParameterKt.png) +![DemoXYParameterKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoXYParameterKt.png) diff --git a/orx-jvm/orx-panel/README.md b/orx-jvm/orx-panel/README.md index 113fafa5..95ffce79 100644 --- a/orx-jvm/orx-panel/README.md +++ b/orx-jvm/orx-panel/README.md @@ -7,19 +7,19 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc ### DemoHorizontalLayout01 [source code](src/demo/kotlin/DemoHorizontalLayout01.kt) -![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoHorizontalLayout01Kt.png) +![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoHorizontalLayout01Kt.png) ### DemoVerticalLayout01 [source code](src/demo/kotlin/DemoVerticalLayout01.kt) -![DemoVerticalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoVerticalLayout01Kt.png) +![DemoVerticalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoVerticalLayout01Kt.png) ### DemoWatchDiv01 [source code](src/demo/kotlin/DemoWatchDiv01.kt) -![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoWatchDiv01Kt.png) +![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchDiv01Kt.png) ### DemoWatchObjectDiv01 [source code](src/demo/kotlin/DemoWatchObjectDiv01.kt) -![DemoWatchObjectDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoWatchObjectDiv01Kt.png) +![DemoWatchObjectDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchObjectDiv01Kt.png)