add orx-jvm demos to README.md

This commit is contained in:
Abe Pazos
2025-08-27 19:48:24 +00:00
parent 64493302c7
commit c8e02bfb1c
10 changed files with 44 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
### DemoContours01
![DemoContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoContours01Kt.png)
[source code](src/demo/kotlin/DemoContours01.kt)
@@ -34,6 +35,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
### DemoResize01
![DemoResize01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoResize01Kt.png)
[source code](src/demo/kotlin/DemoResize01.kt)
@@ -41,6 +43,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
### DemoResize02
![DemoResize02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoResize02Kt.png)
[source code](src/demo/kotlin/DemoResize02.kt)
@@ -48,6 +51,7 @@ this addon provides some helper functions to convert them to OPENRNDR types:
### DemoSimplified01
![DemoSimplified01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoSimplified01Kt.png)
[source code](src/demo/kotlin/DemoSimplified01.kt)

View File

@@ -43,6 +43,7 @@ Find the Chataigne example project in `/resources/timeline_example_chataigne.noi
### ChataigneOSCDemo
![ChataigneOSCDemoKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-chataigne/images/ChataigneOSCDemoKt.png)
[source code](src/demo/kotlin/ChataigneOSCDemo.kt)

View File

@@ -23,6 +23,7 @@ Supported Gltf features
### DemoAnimations01
![DemoAnimations01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoAnimations01Kt.png)
[source code](src/demo/kotlin/DemoAnimations01.kt)
@@ -30,6 +31,7 @@ Supported Gltf features
### DemoCamera01
![DemoCamera01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoCamera01Kt.png)
[source code](src/demo/kotlin/DemoCamera01.kt)
@@ -37,6 +39,7 @@ Supported Gltf features
### DemoIrrProbe01
![DemoIrrProbe01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoIrrProbe01Kt.png)
[source code](src/demo/kotlin/DemoIrrProbe01.kt)
@@ -44,6 +47,7 @@ Supported Gltf features
### DemoLights01
![DemoLights01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights01Kt.png)
[source code](src/demo/kotlin/DemoLights01.kt)
@@ -51,6 +55,7 @@ Supported Gltf features
### DemoLights02
![DemoLights02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights02Kt.png)
[source code](src/demo/kotlin/DemoLights02.kt)
@@ -58,6 +63,7 @@ Supported Gltf features
### DemoLights03
![DemoLights03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoLights03Kt.png)
[source code](src/demo/kotlin/DemoLights03.kt)
@@ -65,6 +71,7 @@ Supported Gltf features
### DemoObject01
![DemoObject01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoObject01Kt.png)
[source code](src/demo/kotlin/DemoObject01.kt)
@@ -72,6 +79,7 @@ Supported Gltf features
### DemoScene01
![DemoScene01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene01Kt.png)
[source code](src/demo/kotlin/DemoScene01.kt)
@@ -79,6 +87,7 @@ Supported Gltf features
### DemoScene02
![DemoScene02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene02Kt.png)
[source code](src/demo/kotlin/DemoScene02.kt)
@@ -86,6 +95,7 @@ Supported Gltf features
### DemoScene03
![DemoScene03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoScene03Kt.png)
[source code](src/demo/kotlin/DemoScene03.kt)
@@ -93,6 +103,7 @@ Supported Gltf features
### DemoSegmentContours01
![DemoSegmentContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoSegmentContours01Kt.png)
[source code](src/demo/kotlin/DemoSegmentContours01.kt)
@@ -100,6 +111,7 @@ Supported Gltf features
### DemoSkinning01
![DemoSkinning01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-dnk3/images/DemoSkinning01Kt.png)
[source code](src/demo/kotlin/DemoSkinning01.kt)

View File

@@ -179,6 +179,7 @@ import org.openrndr.extra.parameters.DoubleParameter
### DemoAppearance01
A simple demonstration of a GUI for drawing some circles
![DemoAppearance01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoAppearance01Kt.png)
[source code](src/demo/kotlin/DemoAppearance01.kt)
@@ -186,6 +187,7 @@ A simple demonstration of a GUI for drawing some circles
### DemoHide01
A simple demonstration of a GUI for drawing some circles
![DemoHide01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoHide01Kt.png)
[source code](src/demo/kotlin/DemoHide01.kt)
@@ -193,6 +195,7 @@ A simple demonstration of a GUI for drawing some circles
### DemoOptions01
A simple demonstration of a GUI with a drop down menu
![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoOptions01Kt.png)
[source code](src/demo/kotlin/DemoOptions01.kt)
@@ -200,6 +203,7 @@ A simple demonstration of a GUI with a drop down menu
### DemoPath01
![DemoPath01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoPath01Kt.png)
[source code](src/demo/kotlin/DemoPath01.kt)
@@ -210,6 +214,7 @@ Shows how to store and retrieve in-memory gui presets.
Keyboard controls:
[Left Shift] + [0]..[9] => store current gui values to a preset
[0]..[9] => recall a preset
![DemoPresets01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoPresets01Kt.png)
[source code](src/demo/kotlin/DemoPresets01.kt)
@@ -217,6 +222,7 @@ Keyboard controls:
### DemoSideCanvas01
A simple demonstration of a GUI for drawing some circles
![DemoSideCanvas01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoSideCanvas01Kt.png)
[source code](src/demo/kotlin/DemoSideCanvas01.kt)
@@ -224,6 +230,7 @@ A simple demonstration of a GUI for drawing some circles
### DemoSimple01
A simple demonstration of a GUI for drawing some circles
![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoSimple01Kt.png)
[source code](src/demo/kotlin/DemoSimple01.kt)
@@ -231,6 +238,7 @@ A simple demonstration of a GUI for drawing some circles
### DemoXYParameter
![DemoXYParameterKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoXYParameterKt.png)
[source code](src/demo/kotlin/DemoXYParameter.kt)

View File

@@ -192,6 +192,7 @@ Supported functions in expressions:
### DemoEvelope01
![DemoEvelope01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoEvelope01Kt.png)
[source code](src/demo/kotlin/DemoEvelope01.kt)
@@ -199,6 +200,7 @@ Supported functions in expressions:
### DemoFull01
![DemoFull01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoFull01Kt.png)
[source code](src/demo/kotlin/DemoFull01.kt)
@@ -206,6 +208,7 @@ Supported functions in expressions:
### DemoScrub01
![DemoScrub01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoScrub01Kt.png)
[source code](src/demo/kotlin/DemoScrub01.kt)
@@ -213,6 +216,7 @@ Supported functions in expressions:
### DemoSimple01
![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoSimple01Kt.png)
[source code](src/demo/kotlin/DemoSimple01.kt)
@@ -220,6 +224,7 @@ Supported functions in expressions:
### DemoSimple02
![DemoSimple02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoSimple02Kt.png)
[source code](src/demo/kotlin/DemoSimple02.kt)
@@ -227,6 +232,7 @@ Supported functions in expressions:
### DemoSimpleExpressions01
![DemoSimpleExpressions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-keyframer/images/DemoSimpleExpressions01Kt.png)
[source code](src/demo/kotlin/DemoSimpleExpressions01.kt)

View File

@@ -140,6 +140,7 @@ import org.openrndr.draw.*
### DemoOlive01
Live-coding with [oliveProgram]
![DemoOlive01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-olive/images/DemoOlive01Kt.png)
[source code](src/demo/kotlin/DemoOlive01.kt)
@@ -147,6 +148,7 @@ Live-coding with [oliveProgram]
### DemoOliveFromScript01
Live-coding with [Olive], an older, not recommended, way to do things
![DemoOliveFromScript01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-olive/images/DemoOliveFromScript01Kt.png)
[source code](src/demo/kotlin/DemoOliveFromScript01.kt)

View File

@@ -7,6 +7,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
### DemoHorizontalLayout01
![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoHorizontalLayout01Kt.png)
[source code](src/demo/kotlin/DemoHorizontalLayout01.kt)
@@ -14,6 +15,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
### DemoVerticalLayout01
![DemoVerticalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoVerticalLayout01Kt.png)
[source code](src/demo/kotlin/DemoVerticalLayout01.kt)
@@ -21,6 +23,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
### DemoWatchDiv01
![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchDiv01Kt.png)
[source code](src/demo/kotlin/DemoWatchDiv01.kt)
@@ -28,6 +31,7 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and muc
### DemoWatchObjectDiv01
![DemoWatchObjectDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchObjectDiv01Kt.png)
[source code](src/demo/kotlin/DemoWatchObjectDiv01.kt)

View File

@@ -7,6 +7,7 @@ Post processing effect that fills transparent parts of the image interpolating t
### DemoPoissonFill01
![DemoPoissonFill01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-poisson-fill/images/DemoPoissonFill01Kt.png)
[source code](src/demo/kotlin/DemoPoissonFill01.kt)
@@ -14,6 +15,7 @@ Post processing effect that fills transparent parts of the image interpolating t
### DemoPoissonFill02
![DemoPoissonFill02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-poisson-fill/images/DemoPoissonFill02Kt.png)
[source code](src/demo/kotlin/DemoPoissonFill02.kt)

View File

@@ -16,6 +16,7 @@ APIs of both Processing and OPENRNDR, simplifying interoperability and reducing
### DemoPShape01
![DemoPShape01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-processing/images/DemoPShape01Kt.png)
[source code](src/demo/kotlin/DemoPShape01.kt)
@@ -23,6 +24,7 @@ APIs of both Processing and OPENRNDR, simplifying interoperability and reducing
### DemoPShape02
![DemoPShape02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-processing/images/DemoPShape02Kt.png)
[source code](src/demo/kotlin/DemoPShape02.kt)

View File

@@ -43,6 +43,7 @@ More info about the web client:
### DemoRabbitControl
![DemoRabbitControlKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-rabbit-control/images/DemoRabbitControlKt.png)
[source code](src/demo/kotlin/DemoRabbitControl.kt)
@@ -50,6 +51,7 @@ More info about the web client:
### DemoRabbitControlManualOverlay
![DemoRabbitControlManualOverlayKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-rabbit-control/images/DemoRabbitControlManualOverlayKt.png)
[source code](src/demo/kotlin/DemoRabbitControlManualOverlay.kt)
@@ -57,6 +59,7 @@ More info about the web client:
### DemoRabbitHole
![DemoRabbitHoleKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-rabbit-control/images/DemoRabbitHoleKt.png)
[source code](src/demo/kotlin/DemoRabbitHole.kt)