From 21f3674f4e8c5320f3590661fbc41326d598ca73 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 25 Sep 2024 20:41:46 +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 cae6d9c5..04c51c1a 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -184,6 +184,11 @@ Collection of 2D shape generators and modifiers. ![primitives-DemoRectangleGrid02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/primitives-DemoRectangleGrid02Kt.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/DemoRegularPolygon [source code](src/jvmDemo/kotlin/primitives/DemoRegularPolygon.kt)