add demos to README.md

This commit is contained in:
OPENRNDR Actions
2020-11-15 12:40:13 +00:00
parent 610064c9f4
commit d8d6b11fc5
5 changed files with 1 additions and 45 deletions

View File

@@ -33,8 +33,4 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0)
```
<!-- __demos__ -->
## Demos
### DemoEasings01
[source code](src/demo/kotlin/DemoEasings01.kt)
![DemoEasings01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-easing/images/DemoEasings01Kt.png)
## Demos

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)