Skip to content

Commit 864228d

Browse files
committed
add demos to README.md
1 parent c8f7dd5 commit 864228d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

orx-fcurve/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ For example `(M0 (h1 m1)[3])[2]` expands to `M0 h1 m1 h1 m1 h1 m1 M0 h1 m1 h1 m1
210210

211211
![DemoFCurve02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fcurve/images/DemoFCurve02Kt.png)
212212

213-
### DemoFCurve03
214-
[source code](src/jvmDemo/kotlin/DemoFCurve03.kt)
215-
216-
![DemoFCurve03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fcurve/images/DemoFCurve03Kt.png)
217-
218213
### DemoFCurveSheet01
219214
[source code](src/jvmDemo/kotlin/DemoFCurveSheet01.kt)
220215

orx-shapes/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Collection of 2D shape generators and modifiers.
3939

4040
![adjust-DemoAdjustContour07Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/adjust-DemoAdjustContour07Kt.png)
4141

42+
### adjust/DemoAdjustContour08
43+
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour08.kt)
44+
45+
![adjust-DemoAdjustContour08Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/adjust-DemoAdjustContour08Kt.png)
46+
4247
### adjust/DemoAdjustContour09
4348
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour09.kt)
4449

@@ -124,11 +129,6 @@ Collection of 2D shape generators and modifiers.
124129

125130
![blend-DemoContourBlend02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/blend-DemoContourBlend02Kt.png)
126131

127-
### DemoAdjustContour08
128-
[source code](src/jvmDemo/kotlin/DemoAdjustContour08.kt)
129-
130-
![DemoAdjustContour08Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoAdjustContour08Kt.png)
131-
132132
### frames/DemoFrames01
133133
[source code](src/jvmDemo/kotlin/frames/DemoFrames01.kt)
134134

orx-view-box/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ To create independent views inside one program window.
99

1010
![DemoProxyProgram01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-view-box/images/DemoProxyProgram01Kt.png)
1111

12+
### DemoProxyProgram02
13+
[source code](src/jvmDemo/kotlin/DemoProxyProgram02.kt)
14+
15+
![DemoProxyProgram02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-view-box/images/DemoProxyProgram02Kt.png)
16+
1217
### DemoUpdate01
1318
[source code](src/jvmDemo/kotlin/DemoUpdate01.kt)
1419

0 commit comments

Comments
 (0)