From 66055027375dc472227d45f932a9617b25433da2 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 14 May 2020 08:18:08 +0000 Subject: [PATCH] add demos to README.md --- orx-shapes/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/orx-shapes/README.md b/orx-shapes/README.md index 46258315c..94661a1b5 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -9,10 +9,15 @@ A collection of shape generators and modifiers ![DemoRegularPolygonKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularPolygonKt.png) -### DemoRegularStar -[source code](src/demo/kotlin/DemoRegularStar.kt) +### DemoRegularStar01 +[source code](src/demo/kotlin/DemoRegularStar01.kt) -![DemoRegularStarKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularStarKt.png) +![DemoRegularStar01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularStar01Kt.png) + +### DemoRegularStar02 +[source code](src/demo/kotlin/DemoRegularStar02.kt) + +![DemoRegularStar02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoRegularStar02Kt.png) ### DemoRoundedRectangle [source code](src/demo/kotlin/DemoRoundedRectangle.kt)