From aa8b5b86430d18acac349bce88cd7a8359287d64 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Wed, 5 Apr 2023 08:09:10 +0000 Subject: [PATCH] add orx-jvm demos to README.md --- orx-jvm/orx-chataigne/README.md | 6 ++++ orx-jvm/orx-dnk3/README.md | 39 ++++++++++++---------- orx-jvm/orx-expression-evaluator/README.md | 11 ++++++ orx-jvm/orx-git-archiver/README.md | 6 ++++ orx-jvm/orx-keyframer/README.md | 12 +++---- orx-jvm/orx-olive/README.md | 4 +-- orx-jvm/orx-rabbit-control/README.md | 16 +++++++++ 7 files changed, 69 insertions(+), 25 deletions(-) diff --git a/orx-jvm/orx-chataigne/README.md b/orx-jvm/orx-chataigne/README.md index d47ba819..87f1bc30 100644 --- a/orx-jvm/orx-chataigne/README.md +++ b/orx-jvm/orx-chataigne/README.md @@ -38,3 +38,9 @@ animation.myColor Find the Chataigne example project in `/resources/timeline_example_chataigne.noisette` which works together with demo project `/src/demo/kotlin/ChataigneOSCDemo.kt` + +## Demos +### ChataigneOSCDemo +[source code](src/demo/kotlin/ChataigneOSCDemo.kt) + +![ChataigneOSCDemoKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-chataigne/images/ChataigneOSCDemoKt.png) diff --git a/orx-jvm/orx-dnk3/README.md b/orx-jvm/orx-dnk3/README.md index f1160c95..1e0728ed 100644 --- a/orx-jvm/orx-dnk3/README.md +++ b/orx-jvm/orx-dnk3/README.md @@ -23,54 +23,59 @@ Supported Gltf features ### DemoAnimations01 [source code](src/demo/kotlin/DemoAnimations01.kt) -![DemoAnimations01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoAnimations01Kt.png) +![DemoAnimations01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoAnimations01Kt.png) ### DemoCamera01 [source code](src/demo/kotlin/DemoCamera01.kt) -![DemoCamera01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoCamera01Kt.png) +![DemoCamera01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoCamera01Kt.png) -### DemoDSL01 -[source code](src/demo/kotlin/DemoDSL01.kt) +### DemoIrrProbe01 +[source code](src/demo/kotlin/DemoIrrProbe01.kt) -![DemoDSL01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoDSL01Kt.png) - -### DemoDSL02 -[source code](src/demo/kotlin/DemoDSL02.kt) - -![DemoDSL02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoDSL02Kt.png) +![DemoIrrProbe01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoIrrProbe01Kt.png) ### DemoLights01 [source code](src/demo/kotlin/DemoLights01.kt) -![DemoLights01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoLights01Kt.png) +![DemoLights01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights01Kt.png) ### DemoLights02 [source code](src/demo/kotlin/DemoLights02.kt) -![DemoLights02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoLights02Kt.png) +![DemoLights02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights02Kt.png) ### DemoLights03 [source code](src/demo/kotlin/DemoLights03.kt) -![DemoLights03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoLights03Kt.png) +![DemoLights03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights03Kt.png) ### DemoObject01 [source code](src/demo/kotlin/DemoObject01.kt) -![DemoObject01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoObject01Kt.png) +![DemoObject01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoObject01Kt.png) ### DemoScene01 [source code](src/demo/kotlin/DemoScene01.kt) -![DemoScene01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoScene01Kt.png) +![DemoScene01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene01Kt.png) ### DemoScene02 [source code](src/demo/kotlin/DemoScene02.kt) -![DemoScene02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoScene02Kt.png) +![DemoScene02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene02Kt.png) ### DemoScene03 [source code](src/demo/kotlin/DemoScene03.kt) -![DemoScene03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-dnk3/images/DemoScene03Kt.png) +![DemoScene03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene03Kt.png) + +### DemoSegmentContours01 +[source code](src/demo/kotlin/DemoSegmentContours01.kt) + +![DemoSegmentContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoSegmentContours01Kt.png) + +### DemoSkinning01 +[source code](src/demo/kotlin/DemoSkinning01.kt) + +![DemoSkinning01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoSkinning01Kt.png) diff --git a/orx-jvm/orx-expression-evaluator/README.md b/orx-jvm/orx-expression-evaluator/README.md index b0297a3d..ec3450f6 100644 --- a/orx-jvm/orx-expression-evaluator/README.md +++ b/orx-jvm/orx-expression-evaluator/README.md @@ -80,3 +80,14 @@ val xFunction by watchingExpression1(settings::xExpression, "t", constants) xFunction(1.0) ``` + +## Demos +### DemoExpressionEvaluator01 +[source code](src/demo/kotlin/DemoExpressionEvaluator01.kt) + +![DemoExpressionEvaluator01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-expression-evaluator/images/DemoExpressionEvaluator01Kt.png) + +### DemoExpressionEvaluator02 +[source code](src/demo/kotlin/DemoExpressionEvaluator02.kt) + +![DemoExpressionEvaluator02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-expression-evaluator/images/DemoExpressionEvaluator02Kt.png) diff --git a/orx-jvm/orx-git-archiver/README.md b/orx-jvm/orx-git-archiver/README.md index d5eff46e..5869fadc 100644 --- a/orx-jvm/orx-git-archiver/README.md +++ b/orx-jvm/orx-git-archiver/README.md @@ -18,3 +18,9 @@ application { ``` Now when a screenshot is taken, first all uncommitted code is committed to git. The screenshot is saved with the first 7 characters of the commit hash in the filename. + +## Demos +### GitArchiverDemo01 +[source code](src/demo/kotlin/GitArchiverDemo01.kt) + +![GitArchiverDemo01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-git-archiver/images/GitArchiverDemo01Kt.png) diff --git a/orx-jvm/orx-keyframer/README.md b/orx-jvm/orx-keyframer/README.md index bcd63604..6c8c82d7 100644 --- a/orx-jvm/orx-keyframer/README.md +++ b/orx-jvm/orx-keyframer/README.md @@ -192,29 +192,29 @@ Supported functions in expressions: ### DemoEvelope01 [source code](src/demo/kotlin/DemoEvelope01.kt) -![DemoEvelope01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoEvelope01Kt.png) +![DemoEvelope01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoEvelope01Kt.png) ### DemoFull01 [source code](src/demo/kotlin/DemoFull01.kt) -![DemoFull01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoFull01Kt.png) +![DemoFull01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoFull01Kt.png) ### DemoScrub01 [source code](src/demo/kotlin/DemoScrub01.kt) -![DemoScrub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoScrub01Kt.png) +![DemoScrub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoScrub01Kt.png) ### DemoSimple01 [source code](src/demo/kotlin/DemoSimple01.kt) -![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoSimple01Kt.png) +![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoSimple01Kt.png) ### DemoSimple02 [source code](src/demo/kotlin/DemoSimple02.kt) -![DemoSimple02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoSimple02Kt.png) +![DemoSimple02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoSimple02Kt.png) ### DemoSimpleExpressions01 [source code](src/demo/kotlin/DemoSimpleExpressions01.kt) -![DemoSimpleExpressions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoSimpleExpressions01Kt.png) +![DemoSimpleExpressions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoSimpleExpressions01Kt.png) diff --git a/orx-jvm/orx-olive/README.md b/orx-jvm/orx-olive/README.md index 2b406872..22a46d8a 100644 --- a/orx-jvm/orx-olive/README.md +++ b/orx-jvm/orx-olive/README.md @@ -138,9 +138,9 @@ import org.openrndr.draw.* ### DemoOlive01 [source code](src/demo/kotlin/DemoOlive01.kt) -![DemoOlive01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-olive/images/DemoOlive01Kt.png) +![DemoOlive01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-olive/images/DemoOlive01Kt.png) ### DemoOliveScriptless01 [source code](src/demo/kotlin/DemoOliveScriptless01.kt) -![DemoOliveScriptless01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-olive/images/DemoOliveScriptless01Kt.png) +![DemoOliveScriptless01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-olive/images/DemoOliveScriptless01Kt.png) diff --git a/orx-jvm/orx-rabbit-control/README.md b/orx-jvm/orx-rabbit-control/README.md index e7c634ad..9ad5daee 100644 --- a/orx-jvm/orx-rabbit-control/README.md +++ b/orx-jvm/orx-rabbit-control/README.md @@ -38,3 +38,19 @@ More info about the web client: ### Frequently asked questions [https://rabbitcontrol.cc/faq/](https://rabbitcontrol.cc/faq/) + +## Demos +### DemoRabbitControl +[source code](src/demo/kotlin/DemoRabbitControl.kt) + +![DemoRabbitControlKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-rabbit-control/images/DemoRabbitControlKt.png) + +### DemoRabbitControlManualOverlay +[source code](src/demo/kotlin/DemoRabbitControlManualOverlay.kt) + +![DemoRabbitControlManualOverlayKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-rabbit-control/images/DemoRabbitControlManualOverlayKt.png) + +### DemoRabbitHole +[source code](src/demo/kotlin/DemoRabbitHole.kt) + +![DemoRabbitHoleKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-rabbit-control/images/DemoRabbitHoleKt.png)