Skip to content

Commit

Permalink
add demos to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OPENRNDR Actions committed Nov 15, 2020
1 parent 610064c commit d8d6b11
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 45 deletions.
6 changes: 1 addition & 5 deletions orx-easing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 0 additions & 15 deletions orx-gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 0 additions & 5 deletions orx-keyframer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
15 changes: 0 additions & 15 deletions orx-panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 0 additions & 5 deletions orx-shapes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d8d6b11

Please sign in to comment.