From 435abdecbd7164b8d4e15af18477b38178e560ff Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Wed, 27 Aug 2025 09:43:26 +0000 Subject: [PATCH] add demos to README.md --- orx-composition/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orx-composition/README.md b/orx-composition/README.md index a9c3708d..745948ef 100644 --- a/orx-composition/README.md +++ b/orx-composition/README.md @@ -30,3 +30,13 @@ _The code in `orx-composition` was previously found under `openrndr-draw` in the [source code](src/jvmDemo/kotlin/DemoCompositionDrawer03.kt) ![DemoCompositionDrawer03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-composition/images/DemoCompositionDrawer03Kt.png) + +### DemoCompositionDrawer04 +[source code](src/jvmDemo/kotlin/DemoCompositionDrawer04.kt) + +![DemoCompositionDrawer04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-composition/images/DemoCompositionDrawer04Kt.png) + +### DemoCompositionDrawer05 +[source code](src/jvmDemo/kotlin/DemoCompositionDrawer05.kt) + +![DemoCompositionDrawer05Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-composition/images/DemoCompositionDrawer05Kt.png)