From 057f15dbff797816365d0c781b617bdab23717bb Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 11 Jun 2020 19:15:50 +0000 Subject: [PATCH] add demos to README.md --- orx-gui/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-gui/README.md b/orx-gui/README.md index bfc2f890..058050aa 100644 --- a/orx-gui/README.md +++ b/orx-gui/README.md @@ -179,6 +179,11 @@ import org.openrndr.extra.parameters.DoubleParameter ![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/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) + ### DemoSimple01 [source code](src/demo/kotlin/DemoSimple01.kt)