Skip to content

Commit

Permalink
add demos to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Jan 26, 2025
1 parent c8f7dd5 commit 864228d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
5 changes: 0 additions & 5 deletions orx-fcurve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

### DemoFCurve03
[source code](src/jvmDemo/kotlin/DemoFCurve03.kt)

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

### DemoFCurveSheet01
[source code](src/jvmDemo/kotlin/DemoFCurveSheet01.kt)

Expand Down
10 changes: 5 additions & 5 deletions orx-shapes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Collection of 2D shape generators and modifiers.

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

### adjust/DemoAdjustContour08
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour08.kt)

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

### adjust/DemoAdjustContour09
[source code](src/jvmDemo/kotlin/adjust/DemoAdjustContour09.kt)

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

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

### DemoAdjustContour08
[source code](src/jvmDemo/kotlin/DemoAdjustContour08.kt)

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

### frames/DemoFrames01
[source code](src/jvmDemo/kotlin/frames/DemoFrames01.kt)

Expand Down
5 changes: 5 additions & 0 deletions orx-view-box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ To create independent views inside one program window.

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

### DemoProxyProgram02
[source code](src/jvmDemo/kotlin/DemoProxyProgram02.kt)

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

### DemoUpdate01
[source code](src/jvmDemo/kotlin/DemoUpdate01.kt)

Expand Down

0 comments on commit 864228d

Please sign in to comment.