From c9f9f67dec772139e816716d6087106dde181ecc Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Tue, 2 Apr 2024 11:29:56 +0000 Subject: [PATCH] add demos to README.md --- orx-composition/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/orx-composition/README.md b/orx-composition/README.md index 872bb112..a9c3708d 100644 --- a/orx-composition/README.md +++ b/orx-composition/README.md @@ -15,3 +15,18 @@ Read about Composition [in the guide](https://guide.openrndr.org/drawing/drawing _The code in `orx-composition` was previously found under `openrndr-draw` in the `openrndr` repository._ +## Demos +### DemoCompositionDrawer01 +[source code](src/jvmDemo/kotlin/DemoCompositionDrawer01.kt) + +![DemoCompositionDrawer01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-composition/images/DemoCompositionDrawer01Kt.png) + +### DemoCompositionDrawer02 +[source code](src/jvmDemo/kotlin/DemoCompositionDrawer02.kt) + +![DemoCompositionDrawer02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-composition/images/DemoCompositionDrawer02Kt.png) + +### DemoCompositionDrawer03 +[source code](src/jvmDemo/kotlin/DemoCompositionDrawer03.kt) + +![DemoCompositionDrawer03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-composition/images/DemoCompositionDrawer03Kt.png)