From d8d6b11fc53a6d0f7a985a1d0d51c0fc1400857e Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sun, 15 Nov 2020 12:40:13 +0000 Subject: [PATCH] add demos to README.md --- orx-easing/README.md | 6 +----- orx-gui/README.md | 15 --------------- orx-keyframer/README.md | 5 ----- orx-panel/README.md | 15 --------------- orx-shapes/README.md | 5 ----- 5 files changed, 1 insertion(+), 45 deletions(-) diff --git a/orx-easing/README.md b/orx-easing/README.md index 9428d9d6..6b87a2fc 100644 --- a/orx-easing/README.md +++ b/orx-easing/README.md @@ -33,8 +33,4 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0) ``` -## Demos -### DemoEasings01 -[source code](src/demo/kotlin/DemoEasings01.kt) - -![DemoEasings01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-easing/images/DemoEasings01Kt.png) +## Demos \ No newline at end of file diff --git a/orx-gui/README.md b/orx-gui/README.md index 058050aa..0b9cef4f 100644 --- a/orx-gui/README.md +++ b/orx-gui/README.md @@ -178,18 +178,3 @@ import org.openrndr.extra.parameters.DoubleParameter [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 4f965edb..916149a9 100644 --- a/orx-keyframer/README.md +++ b/orx-keyframer/README.md @@ -145,11 +145,6 @@ 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 113fafa5..b74a1fec 100644 --- a/orx-panel/README.md +++ b/orx-panel/README.md @@ -8,18 +8,3 @@ 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 95906904..d0c9aac4 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -19,11 +19,6 @@ 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)