add demos to README.md

This commit is contained in:
OPENRNDR Actions
2020-11-12 16:49:17 +00:00
parent 6a2574079b
commit 2c8a20785e
6 changed files with 2 additions and 40 deletions

View File

@@ -64,11 +64,6 @@ 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) ![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 ### DemoHistogram01
[source code](src/demo/kotlin/DemoHistogram01.kt) [source code](src/demo/kotlin/DemoHistogram01.kt)
@@ -83,8 +78,3 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
[source code](src/demo/kotlin/DemoHistogram03.kt) [source code](src/demo/kotlin/DemoHistogram03.kt)
![DemoHistogram03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-color/images/DemoHistogram03Kt.png) ![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)

View File

@@ -106,11 +106,6 @@ All distortion effects are opacity preserving
![DemoFluidDistort01Kt](https://github.com/openrndr/orx/blob/media/orx-fx/images/DemoFluidDistort01Kt.png ![DemoFluidDistort01Kt](https://github.com/openrndr/orx/blob/media/orx-fx/images/DemoFluidDistort01Kt.png
<!-- __demos__ --> <!-- __demos__ -->
## Demos ## Demos
### DemoBlur01
[source code](src/demo/kotlin/DemoBlur01.kt)
![DemoBlur01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fx/images/DemoBlur01Kt.png)
### DemoFluidDistort01 ### DemoFluidDistort01
[source code](src/demo/kotlin/DemoFluidDistort01.kt) [source code](src/demo/kotlin/DemoFluidDistort01.kt)

View File

@@ -54,7 +54,3 @@ extend(NoClear()) {
NB! any submitted _lambda expression_ must be valid within the `renderTarget` context. NB! any submitted _lambda expression_ must be valid within the `renderTarget` context.
<!-- __demos__ --> <!-- __demos__ -->
## Demos ## Demos
### DemoNoClear
[source code](src/demo/kotlin/DemoNoClear.kt)
![DemoNoClearKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-no-clear/images/DemoNoClearKt.png)

View File

@@ -179,11 +179,6 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
![DemoGradientPerturb3DKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoGradientPerturb3DKt.png) ![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 ### DemoSimplex01
[source code](src/demo/kotlin/DemoSimplex01.kt) [source code](src/demo/kotlin/DemoSimplex01.kt)

View File

@@ -4,7 +4,3 @@ Post processing effect that fills transparent parts of the image interpolating t
<!-- __demos__ --> <!-- __demos__ -->
## Demos ## Demos
### DemoPoissonFill01
[source code](src/demo/kotlin/DemoPoissonFill01.kt)
![DemoPoissonFill01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-poisson-fill/images/DemoPoissonFill01Kt.png)

View File

@@ -8,16 +8,6 @@ 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 ![DemoRadialGradient01Kt](https://github.com/openrndr/orx/blob/media/orx-shade-styles/images/DemoRadialGradient01Kt.png
<!-- __demos__ --> <!-- __demos__ -->
## Demos ## 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 ### DemoNPointLinearGradient01
[source code](src/demo/kotlin/DemoNPointLinearGradient01.kt) [source code](src/demo/kotlin/DemoNPointLinearGradient01.kt)