From e89749011cd78e79890f56f1bf6a2f4c62511e92 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Fri, 2 Jun 2023 06:59:02 +0000 Subject: [PATCH] add demos to README.md --- orx-delegate-magic/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-delegate-magic/README.md b/orx-delegate-magic/README.md index f25d617e1..1356f0af4 100644 --- a/orx-delegate-magic/README.md +++ b/orx-delegate-magic/README.md @@ -44,6 +44,11 @@ val radiusHistory by tracking(state::radius) ![DemoDifferencing01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-delegate-magic/images/DemoDifferencing01Kt.png) +### DemoFollowing01 +[source code](src/jvmDemo/kotlin/DemoFollowing01.kt) + +![DemoFollowing01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-delegate-magic/images/DemoFollowing01Kt.png) + ### DemoSmoothing01 [source code](src/jvmDemo/kotlin/DemoSmoothing01.kt)