From 0b2d8991db54dea3fd90d32eb40ffaac96c6d383 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sun, 29 Nov 2020 20:37:09 +0000 Subject: [PATCH] add demos to README.md --- orx-dnk3/README.md | 10 ---------- orx-easing/README.md | 6 +++++- orx-gui/README.md | 20 ++++++++++++++++++++ orx-keyframer/README.md | 5 +++++ orx-panel/README.md | 15 +++++++++++++++ orx-shapes/README.md | 5 +++++ 6 files changed, 50 insertions(+), 11 deletions(-) diff --git a/orx-dnk3/README.md b/orx-dnk3/README.md index f1160c95..430af9e2 100644 --- a/orx-dnk3/README.md +++ b/orx-dnk3/README.md @@ -30,16 +30,6 @@ Supported Gltf features ![DemoCamera01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoCamera01Kt.png) -### DemoDSL01 -[source code](src/demo/kotlin/DemoDSL01.kt) - -![DemoDSL01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoDSL01Kt.png) - -### DemoDSL02 -[source code](src/demo/kotlin/DemoDSL02.kt) - -![DemoDSL02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoDSL02Kt.png) - ### DemoLights01 [source code](src/demo/kotlin/DemoLights01.kt) diff --git a/orx-easing/README.md b/orx-easing/README.md index 6b87a2fc..9428d9d6 100644 --- a/orx-easing/README.md +++ b/orx-easing/README.md @@ -33,4 +33,8 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0) ``` -## Demos \ No newline at end of file +## Demos +### DemoEasings01 +[source code](src/demo/kotlin/DemoEasings01.kt) + +![DemoEasings01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-easing/images/DemoEasings01Kt.png) diff --git a/orx-gui/README.md b/orx-gui/README.md index 0b9cef4f..770866b5 100644 --- a/orx-gui/README.md +++ b/orx-gui/README.md @@ -174,7 +174,27 @@ import org.openrndr.extra.parameters.DoubleParameter ![DemoSimple01Kt](https://github.com/openrndr/orx/blob/media/orx-gui/images/DemoSimple01Kt.png ## Demos +### DemoHide01 +[source code](src/demo/kotlin/DemoHide01.kt) + +![DemoHide01Kt](https://raw.githubusercontent.com/openrndr/orx/media/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) + +### 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) + +![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/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) diff --git a/orx-keyframer/README.md b/orx-keyframer/README.md index 916149a9..4f965edb 100644 --- a/orx-keyframer/README.md +++ b/orx-keyframer/README.md @@ -145,6 +145,11 @@ Supported functions in expressions: ![DemoFull01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoFull01Kt.png) +### DemoScrub01 +[source code](src/demo/kotlin/DemoScrub01.kt) + +![DemoScrub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoScrub01Kt.png) + ### DemoSimple01 [source code](src/demo/kotlin/DemoSimple01.kt) diff --git a/orx-panel/README.md b/orx-panel/README.md index b74a1fec..113fafa5 100644 --- a/orx-panel/README.md +++ b/orx-panel/README.md @@ -8,3 +8,18 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc [source code](src/demo/kotlin/DemoHorizontalLayout01.kt) ![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/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) + +### DemoWatchDiv01 +[source code](src/demo/kotlin/DemoWatchDiv01.kt) + +![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/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) diff --git a/orx-shapes/README.md b/orx-shapes/README.md index d0c9aac4..95906904 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -19,6 +19,11 @@ Collection of 2D shape generators (polygon, star, rounded rectangle) and shape m ![DemoBezierPatch03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch03Kt.png) +### DemoBezierPatch04 +[source code](src/demo/kotlin/DemoBezierPatch04.kt) + +![DemoBezierPatch04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch04Kt.png) + ### DemoRegularPolygon [source code](src/demo/kotlin/DemoRegularPolygon.kt)