From 26d962500513b934303e42909f919d4c2c330041 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 20 Feb 2025 16:09:06 +0000 Subject: [PATCH] add demos to README.md --- orx-shapes/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orx-shapes/README.md b/orx-shapes/README.md index 11a46ba5..41f27b5e 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -194,11 +194,21 @@ Collection of 2D shape generators and modifiers. ![primitives-DemoRectangleGrid02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectangleGrid02Kt.png) +### primitives/DemoRectangleGrid03 +[source code](src/jvmDemo/kotlin/primitives/DemoRectangleGrid03.kt) + +![primitives-DemoRectangleGrid03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectangleGrid03Kt.png) + ### primitives/DemoRectangleIntersection01 [source code](src/jvmDemo/kotlin/primitives/DemoRectangleIntersection01.kt) ![primitives-DemoRectangleIntersection01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectangleIntersection01Kt.png) +### primitives/DemoRectangleIrregularGrid +[source code](src/jvmDemo/kotlin/primitives/DemoRectangleIrregularGrid.kt) + +![primitives-DemoRectangleIrregularGridKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectangleIrregularGridKt.png) + ### primitives/DemoRegularPolygon [source code](src/jvmDemo/kotlin/primitives/DemoRegularPolygon.kt)