From 21a3d7f4837dafe59f4a48a65953acafc42f6bcd Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 25 Feb 2025 06:52:24 +0000 Subject: [PATCH] add demos to README.md --- orx-shapes/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-shapes/README.md b/orx-shapes/README.md index 41f27b5e..5ffd5430 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -209,6 +209,11 @@ Collection of 2D shape generators and modifiers. ![primitives-DemoRectangleIrregularGridKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectangleIrregularGridKt.png) +### primitives/DemoRectanglePlace01 +[source code](src/jvmDemo/kotlin/primitives/DemoRectanglePlace01.kt) + +![primitives-DemoRectanglePlace01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectanglePlace01Kt.png) + ### primitives/DemoRegularPolygon [source code](src/jvmDemo/kotlin/primitives/DemoRegularPolygon.kt)