diff --git a/orx-jvm/orx-boofcv/README.md b/orx-jvm/orx-boofcv/README.md index e588578b..8c4b5a5a 100644 --- a/orx-jvm/orx-boofcv/README.md +++ b/orx-jvm/orx-boofcv/README.md @@ -23,4 +23,23 @@ this addon provides some helper functions to convert them to OPENRNDR types: - `ImageFlow` to `ColorBuffer` conversion. -## Demos \ No newline at end of file +## Demos +### DemoContours01 +[source code](src/demo/kotlin/DemoContours01.kt) + +![DemoContours01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoContours01Kt.png) + +### DemoResize01 +[source code](src/demo/kotlin/DemoResize01.kt) + +![DemoResize01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoResize01Kt.png) + +### DemoResize02 +[source code](src/demo/kotlin/DemoResize02.kt) + +![DemoResize02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoResize02Kt.png) + +### DemoSimplified01 +[source code](src/demo/kotlin/DemoSimplified01.kt) + +![DemoSimplified01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-boofcv/images/DemoSimplified01Kt.png) diff --git a/orx-jvm/orx-gui/README.md b/orx-jvm/orx-gui/README.md index 0b37e7f1..00f21b03 100644 --- a/orx-jvm/orx-gui/README.md +++ b/orx-jvm/orx-gui/README.md @@ -173,4 +173,33 @@ import org.openrndr.extra.parameters.DoubleParameter [DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt ![DemoSimple01Kt](https://github.com/openrndr/orx/blob/media/orx-gui/images/DemoSimple01Kt.png -## Demos \ No newline at end of file +## Demos +### DemoHide01 +[source code](src/demo/kotlin/DemoHide01.kt) + +![DemoHide01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoHide01Kt.png) + +### DemoOptions01 +[source code](src/demo/kotlin/DemoOptions01.kt) + +![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoOptions01Kt.png) + +### DemoPresets01 +[source code](src/demo/kotlin/DemoPresets01.kt) + +![DemoPresets01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoPresets01Kt.png) + +### DemoSideCanvas01 +[source code](src/demo/kotlin/DemoSideCanvas01.kt) + +![DemoSideCanvas01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoSideCanvas01Kt.png) + +### DemoSimple01 +[source code](src/demo/kotlin/DemoSimple01.kt) + +![DemoSimple01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoSimple01Kt.png) + +### DemoXYParameter +[source code](src/demo/kotlin/DemoXYParameter.kt) + +![DemoXYParameterKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-gui/images/DemoXYParameterKt.png) diff --git a/orx-jvm/orx-panel/README.md b/orx-jvm/orx-panel/README.md index 189f302d..95ffce79 100644 --- a/orx-jvm/orx-panel/README.md +++ b/orx-jvm/orx-panel/README.md @@ -3,4 +3,23 @@ The OPENRNDR UI toolkit. Provides buttons, sliders, text, a color picker and much more. HTML/CSS-like. -## Demos \ No newline at end of file +## Demos +### DemoHorizontalLayout01 +[source code](src/demo/kotlin/DemoHorizontalLayout01.kt) + +![DemoHorizontalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoHorizontalLayout01Kt.png) + +### DemoVerticalLayout01 +[source code](src/demo/kotlin/DemoVerticalLayout01.kt) + +![DemoVerticalLayout01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoVerticalLayout01Kt.png) + +### DemoWatchDiv01 +[source code](src/demo/kotlin/DemoWatchDiv01.kt) + +![DemoWatchDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchDiv01Kt.png) + +### DemoWatchObjectDiv01 +[source code](src/demo/kotlin/DemoWatchObjectDiv01.kt) + +![DemoWatchObjectDiv01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-panel/images/DemoWatchObjectDiv01Kt.png) diff --git a/orx-jvm/orx-poisson-fill/README.md b/orx-jvm/orx-poisson-fill/README.md index 264446fc..6dee2d1b 100644 --- a/orx-jvm/orx-poisson-fill/README.md +++ b/orx-jvm/orx-poisson-fill/README.md @@ -3,4 +3,8 @@ Post processing effect that fills transparent parts of the image interpolating the edge pixel colors. GPU-based. -## Demos \ No newline at end of file +## Demos +### DemoPoissonFill01 +[source code](src/demo/kotlin/DemoPoissonFill01.kt) + +![DemoPoissonFill01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jvm/orx-poisson-fill/images/DemoPoissonFill01Kt.png)