add demos to README.md
This commit is contained in:
@@ -64,11 +64,6 @@ Two color spaces are added: `ColorHSLUVa` and `ColorHPLUVa`, they are an impleme
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoHSLUV02
|
|
||||||
[source code](src/demo/kotlin/DemoHSLUV02.kt)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### 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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoXSLUV01
|
|
||||||
[source code](src/demo/kotlin/DemoXSLUV01.kt)
|
|
||||||
|
|
||||||

|
|
||||||
|
|||||||
@@ -106,11 +106,6 @@ All distortion effects are opacity preserving
|
|||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### DemoFluidDistort01
|
### DemoFluidDistort01
|
||||||
[source code](src/demo/kotlin/DemoFluidDistort01.kt)
|
[source code](src/demo/kotlin/DemoFluidDistort01.kt)
|
||||||
|
|
||||||
|
|||||||
@@ -53,8 +53,4 @@ 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)
|
|
||||||
|
|
||||||

|
|
||||||
@@ -179,11 +179,6 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### DemoPoissonDiskSampling
|
|
||||||
[source code](src/demo/kotlin/DemoPoissonDiskSampling.kt)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### DemoSimplex01
|
### DemoSimplex01
|
||||||
[source code](src/demo/kotlin/DemoSimplex01.kt)
|
[source code](src/demo/kotlin/DemoSimplex01.kt)
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,4 @@
|
|||||||
Post processing effect that fills transparent parts of the image interpolating the edge pixel colors. GPU-based.
|
Post processing effect that fills transparent parts of the image interpolating the edge pixel colors. GPU-based.
|
||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
## Demos
|
## Demos
|
||||||
### DemoPoissonFill01
|
|
||||||
[source code](src/demo/kotlin/DemoPoissonFill01.kt)
|
|
||||||
|
|
||||||

|
|
||||||
@@ -8,16 +8,6 @@ Collection of shader based fills and strokes. Currently includes 4 types of grad
|
|||||||

|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### DemoNPointGradient01
|
|
||||||
[source code](src/demo/kotlin/DemoNPointGradient01.kt)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### DemoNPointLinearGradient01
|
### DemoNPointLinearGradient01
|
||||||
[source code](src/demo/kotlin/DemoNPointLinearGradient01.kt)
|
[source code](src/demo/kotlin/DemoNPointLinearGradient01.kt)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user