From c8be1d38057b83c843a192b44a864b9acb0dfead Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sat, 18 Mar 2023 20:41:33 +0000 Subject: [PATCH] add demos to README.md --- orx-property-watchers/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/orx-property-watchers/README.md b/orx-property-watchers/README.md index cede3fdd..e33f3be5 100644 --- a/orx-property-watchers/README.md +++ b/orx-property-watchers/README.md @@ -1,3 +1,14 @@ # orx-property-watchers Tools for setting up property watcher based pipelines + +## Demos +### DemoImagePathWatcher01 +[source code](src/jvmDemo/kotlin/DemoImagePathWatcher01.kt) + +![DemoImagePathWatcher01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-property-watchers/images/DemoImagePathWatcher01Kt.png) + +### DemoPropertyWatchers01 +[source code](src/jvmDemo/kotlin/DemoPropertyWatchers01.kt) + +![DemoPropertyWatchers01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-property-watchers/images/DemoPropertyWatchers01Kt.png)