From b7f52de0417db1fc7d011397634e789dff4afbd2 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 29 Sep 2022 09:49:24 +0000 Subject: [PATCH] add orx-jvm demos to README.md --- orx-jvm/orx-gui/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-jvm/orx-gui/README.md b/orx-jvm/orx-gui/README.md index 00f21b03..eb4aa8a4 100644 --- a/orx-jvm/orx-gui/README.md +++ b/orx-jvm/orx-gui/README.md @@ -174,6 +174,11 @@ import org.openrndr.extra.parameters.DoubleParameter ![DemoSimple01Kt](https://github.com/openrndr/orx/blob/media/orx-gui/images/DemoSimple01Kt.png ## Demos +### DemoAppearance01 +[source code](src/demo/kotlin/DemoAppearance01.kt) + +![DemoAppearance01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoAppearance01Kt.png) + ### DemoHide01 [source code](src/demo/kotlin/DemoHide01.kt)