Skip to content

Commit d8d6b11

Browse files
author
OPENRNDR Actions
committed
add demos to README.md
1 parent 610064c commit d8d6b11

File tree

5 files changed

+1
-45
lines changed

5 files changed

+1
-45
lines changed

orx-easing/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0)
3333
```
3434

3535
<!-- __demos__ -->
36-
## Demos
37-
### DemoEasings01
38-
[source code](src/demo/kotlin/DemoEasings01.kt)
39-
40-
![DemoEasings01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-easing/images/DemoEasings01Kt.png)
36+
## Demos

orx-gui/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,3 @@ import org.openrndr.extra.parameters.DoubleParameter
178178
[source code](src/demo/kotlin/DemoOptions01.kt)
179179

180180
![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoOptions01Kt.png)
181-
182-
### DemoPresets01
183-
[source code](src/demo/kotlin/DemoPresets01.kt)
184-
185-
![DemoPresets01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoPresets01Kt.png)
186-
187-
### DemoSimple01
188-
[source code](src/demo/kotlin/DemoSimple01.kt)
189-
190-
![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoSimple01Kt.png)
191-
192-
### DemoXYParameter
193-
[source code](src/demo/kotlin/DemoXYParameter.kt)
194-
195-
![DemoXYParameterKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoXYParameterKt.png)

orx-keyframer/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ Supported functions in expressions:
145145

146146
![DemoFull01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoFull01Kt.png)
147147

148-
### DemoScrub01
149-
[source code](src/demo/kotlin/DemoScrub01.kt)
150-
151-
![DemoScrub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoScrub01Kt.png)
152-
153148
### DemoSimple01
154149
[source code](src/demo/kotlin/DemoSimple01.kt)
155150

orx-panel/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,3 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
88
[source code](src/demo/kotlin/DemoHorizontalLayout01.kt)
99

1010
![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoHorizontalLayout01Kt.png)
11-
12-
### DemoVerticalLayout01
13-
[source code](src/demo/kotlin/DemoVerticalLayout01.kt)
14-
15-
![DemoVerticalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoVerticalLayout01Kt.png)
16-
17-
### DemoWatchDiv01
18-
[source code](src/demo/kotlin/DemoWatchDiv01.kt)
19-
20-
![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoWatchDiv01Kt.png)
21-
22-
### DemoWatchObjectDiv01
23-
[source code](src/demo/kotlin/DemoWatchObjectDiv01.kt)
24-
25-
![DemoWatchObjectDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-panel/images/DemoWatchObjectDiv01Kt.png)

orx-shapes/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ Collection of 2D shape generators (polygon, star, rounded rectangle) and shape m
1919

2020
![DemoBezierPatch03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch03Kt.png)
2121

22-
### DemoBezierPatch04
23-
[source code](src/demo/kotlin/DemoBezierPatch04.kt)
24-
25-
![DemoBezierPatch04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch04Kt.png)
26-
2722
### DemoRegularPolygon
2823
[source code](src/demo/kotlin/DemoRegularPolygon.kt)
2924

0 commit comments

Comments
 (0)