From 0a4b4b49253e65c244725066a3da702a2b21dd18 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 19 Mar 2024 17:27:37 +0000 Subject: [PATCH] add demos to README.md --- orx-shapes/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/orx-shapes/README.md b/orx-shapes/README.md index cbabb23a..9926f423 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -64,6 +64,11 @@ Collection of 2D shape generators and modifiers. ![arrangement-DemoArrangement02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/arrangement-DemoArrangement02Kt.png) +### arrangement/DemoArrangement04 +[source code](src/jvmDemo/kotlin/arrangement/DemoArrangement04.kt) + +![arrangement-DemoArrangement04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/arrangement-DemoArrangement04Kt.png) + ### bezierpatch/DemoBezierPatch01 [source code](src/jvmDemo/kotlin/bezierpatch/DemoBezierPatch01.kt) @@ -124,6 +129,11 @@ Collection of 2D shape generators and modifiers. ![DemoAdjustContour08Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoAdjustContour08Kt.png) +### frames/DemoFrames01 +[source code](src/jvmDemo/kotlin/frames/DemoFrames01.kt) + +![frames-DemoFrames01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/frames-DemoFrames01Kt.png) + ### hobbycurve/DemoHobbyCurve01 [source code](src/jvmDemo/kotlin/hobbycurve/DemoHobbyCurve01.kt) @@ -199,6 +209,16 @@ Collection of 2D shape generators and modifiers. ![rectify-DemoRectifiedContour02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/rectify-DemoRectifiedContour02Kt.png) +### rectify/DemoRectifiedContour03 +[source code](src/jvmDemo/kotlin/rectify/DemoRectifiedContour03.kt) + +![rectify-DemoRectifiedContour03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/rectify-DemoRectifiedContour03Kt.png) + +### rectify/DemoRectifiedPath3D01 +[source code](src/jvmDemo/kotlin/rectify/DemoRectifiedPath3D01.kt) + +![rectify-DemoRectifiedPath3D01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/rectify-DemoRectifiedPath3D01Kt.png) + ### text/DemoText01 [source code](src/jvmDemo/kotlin/text/DemoText01.kt)