From f980989ff61e6395b1630ab2c53e81f7f35dd68c Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Mon, 12 Oct 2020 08:47:46 +0000 Subject: [PATCH] add demos to README.md --- orx-shapes/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/orx-shapes/README.md b/orx-shapes/README.md index 4ed6d3b0..d0c9aac4 100644 --- a/orx-shapes/README.md +++ b/orx-shapes/README.md @@ -4,6 +4,21 @@ Collection of 2D shape generators (polygon, star, rounded rectangle) and shape m ## Demos +### DemoBezierPatch01 +[source code](src/demo/kotlin/DemoBezierPatch01.kt) + +![DemoBezierPatch01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch01Kt.png) + +### DemoBezierPatch02 +[source code](src/demo/kotlin/DemoBezierPatch02.kt) + +![DemoBezierPatch02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch02Kt.png) + +### DemoBezierPatch03 +[source code](src/demo/kotlin/DemoBezierPatch03.kt) + +![DemoBezierPatch03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shapes/images/DemoBezierPatch03Kt.png) + ### DemoRegularPolygon [source code](src/demo/kotlin/DemoRegularPolygon.kt)