From 5a79072d779b933a41309e3a014bd02d8b1ad438 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sat, 14 Nov 2020 12:48:05 +0000 Subject: [PATCH] add demos to README.md --- orx-color/README.md | 10 ++++++++++ orx-fx/README.md | 5 +++++ orx-no-clear/README.md | 6 +++++- orx-noise/README.md | 5 +++++ orx-poisson-fill/README.md | 6 +++++- orx-shade-styles/README.md | 10 ++++++++++ 6 files changed, 40 insertions(+), 2 deletions(-) diff --git a/orx-color/README.md b/orx-color/README.md index 8d28d235..0919c09f 100644 --- a/orx-color/README.md +++ b/orx-color/README.md @@ -64,6 +64,11 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme ![DemoHSLUV01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHSLUV01Kt.png) +### DemoHSLUV02 +[source code](src/demo/kotlin/DemoHSLUV02.kt) + +![DemoHSLUV02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHSLUV02Kt.png) + ### DemoHistogram01 [source code](src/demo/kotlin/DemoHistogram01.kt) @@ -78,3 +83,8 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme [source code](src/demo/kotlin/DemoHistogram03.kt) ![DemoHistogram03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHistogram03Kt.png) + +### DemoXSLUV01 +[source code](src/demo/kotlin/DemoXSLUV01.kt) + +![DemoXSLUV01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoXSLUV01Kt.png) diff --git a/orx-fx/README.md b/orx-fx/README.md index d6106881..6ac25841 100644 --- a/orx-fx/README.md +++ b/orx-fx/README.md @@ -106,6 +106,11 @@ All distortion effects are opacity preserving ![DemoFluidDistort01Kt](https://github.com/openrndr/orx/blob/media/orx-fx/images/DemoFluidDistort01Kt.png ## Demos +### DemoBlur01 +[source code](src/demo/kotlin/DemoBlur01.kt) + +![DemoBlur01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fx/images/DemoBlur01Kt.png) + ### DemoFluidDistort01 [source code](src/demo/kotlin/DemoFluidDistort01.kt) diff --git a/orx-no-clear/README.md b/orx-no-clear/README.md index 68784cc3..b6f59b38 100644 --- a/orx-no-clear/README.md +++ b/orx-no-clear/README.md @@ -53,4 +53,8 @@ extend(NoClear()) { NB! any submitted _lambda expression_ must be valid within the `renderTarget` context. -## Demos \ No newline at end of file +## Demos +### DemoNoClear +[source code](src/demo/kotlin/DemoNoClear.kt) + +![DemoNoClearKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-no-clear/images/DemoNoClearKt.png) diff --git a/orx-noise/README.md b/orx-noise/README.md index e0fd8351..7ad26d0c 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -179,6 +179,11 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain) ![DemoGradientPerturb3DKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoGradientPerturb3DKt.png) +### DemoPoissonDiskSampling +[source code](src/demo/kotlin/DemoPoissonDiskSampling.kt) + +![DemoPoissonDiskSamplingKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoPoissonDiskSamplingKt.png) + ### DemoSimplex01 [source code](src/demo/kotlin/DemoSimplex01.kt) diff --git a/orx-poisson-fill/README.md b/orx-poisson-fill/README.md index 264446fc..f7f79a48 100644 --- a/orx-poisson-fill/README.md +++ b/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-poisson-fill/images/DemoPoissonFill01Kt.png) diff --git a/orx-shade-styles/README.md b/orx-shade-styles/README.md index f5639eef..7110e75b 100644 --- a/orx-shade-styles/README.md +++ b/orx-shade-styles/README.md @@ -8,6 +8,16 @@ Collection of shader based fills and strokes. Currently includes 4 types of grad ![DemoRadialGradient01Kt](https://github.com/openrndr/orx/blob/media/orx-shade-styles/images/DemoRadialGradient01Kt.png ## Demos +### DemoAllGradients01 +[source code](src/demo/kotlin/DemoAllGradients01.kt) + +![DemoAllGradients01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoAllGradients01Kt.png) + +### DemoNPointGradient01 +[source code](src/demo/kotlin/DemoNPointGradient01.kt) + +![DemoNPointGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoNPointGradient01Kt.png) + ### DemoNPointLinearGradient01 [source code](src/demo/kotlin/DemoNPointLinearGradient01.kt)