add demos to README.md
This commit is contained in:
@@ -11,6 +11,7 @@ Shader based fills and strokes, including various types of gradient fills.
|
||||
### clip/DemoClip01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/clip/DemoClip01.kt)
|
||||
@@ -18,6 +19,7 @@ Shader based fills and strokes, including various types of gradient fills.
|
||||
### clip/DemoClip02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/clip/DemoClip02.kt)
|
||||
@@ -25,6 +27,7 @@ Shader based fills and strokes, including various types of gradient fills.
|
||||
### clip/DemoClip03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/clip/DemoClip03.kt)
|
||||
@@ -44,6 +47,7 @@ The method performs the following actions:
|
||||
4. Combines the gradient and clip into a composite shading style.
|
||||
5. Defines a program loop where the rectangle with the gradient and clip combination
|
||||
rotates around the center of the canvas while being redrawn continuously.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/composed/DemoComposed01.kt)
|
||||
@@ -51,6 +55,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient01.kt)
|
||||
@@ -58,6 +63,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient02.kt)
|
||||
@@ -65,6 +71,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient03.kt)
|
||||
@@ -72,6 +79,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient04
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient04.kt)
|
||||
@@ -79,6 +87,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient05
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient05.kt)
|
||||
@@ -86,6 +95,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient06
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient06.kt)
|
||||
@@ -93,6 +103,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient07
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient07.kt)
|
||||
@@ -100,6 +111,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient08
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient08.kt)
|
||||
@@ -107,6 +119,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### gradients/DemoGradient09
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/gradients/DemoGradient09.kt)
|
||||
@@ -114,6 +127,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### image/DemoImageFill01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/image/DemoImageFill01.kt)
|
||||
@@ -121,6 +135,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### image/DemoImageFill02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/image/DemoImageFill02.kt)
|
||||
@@ -128,6 +143,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### image/DemoImageFill03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/image/DemoImageFill03.kt)
|
||||
@@ -135,6 +151,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### noise/DemoBlueNoise01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/noise/DemoBlueNoise01.kt)
|
||||
@@ -142,6 +159,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### noise/DemoSimplex01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/noise/DemoSimplex01.kt)
|
||||
@@ -149,6 +167,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### noise/DemoWhiteNoise01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/noise/DemoWhiteNoise01.kt)
|
||||
@@ -156,6 +175,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### patterns/DemoPatterns01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/patterns/DemoPatterns01.kt)
|
||||
@@ -163,6 +183,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### patterns/DemoPatterns02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/patterns/DemoPatterns02.kt)
|
||||
@@ -170,6 +191,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### patterns/DemoPatterns03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/patterns/DemoPatterns03.kt)
|
||||
@@ -177,6 +199,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### spatial/DemoHemisphere01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/spatial/DemoHemisphere01.kt)
|
||||
@@ -184,6 +207,7 @@ rotates around the center of the canvas while being redrawn continuously.
|
||||
### spatial/DemoVisualizeNormals01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/spatial/DemoVisualizeNormals01.kt)
|
||||
|
||||
Reference in New Issue
Block a user