add demos to README.md

This commit is contained in:
Abe Pazos
2025-08-27 19:48:23 +00:00
parent b231b415f1
commit 64493302c7
35 changed files with 283 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Shader based fills and strokes, including various types of gradient fills.
### clip/DemoClip01
![clip-DemoClip01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/clip-DemoClip01Kt.png)
[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
![clip-DemoClip02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/clip-DemoClip02Kt.png)
[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
![clip-DemoClip03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/clip-DemoClip03Kt.png)
[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.
![composed-DemoComposed01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/composed-DemoComposed01Kt.png)
[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
![gradients-DemoGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient01Kt.png)
[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
![gradients-DemoGradient02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient02Kt.png)
[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
![gradients-DemoGradient03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient03Kt.png)
[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
![gradients-DemoGradient04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient04Kt.png)
[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
![gradients-DemoGradient05Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient05Kt.png)
[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
![gradients-DemoGradient06Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient06Kt.png)
[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
![gradients-DemoGradient07Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient07Kt.png)
[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
![gradients-DemoGradient08Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient08Kt.png)
[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
![gradients-DemoGradient09Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/gradients-DemoGradient09Kt.png)
[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
![image-DemoImageFill01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/image-DemoImageFill01Kt.png)
[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
![image-DemoImageFill02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/image-DemoImageFill02Kt.png)
[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
![image-DemoImageFill03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/image-DemoImageFill03Kt.png)
[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
![noise-DemoBlueNoise01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/noise-DemoBlueNoise01Kt.png)
[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
![noise-DemoSimplex01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/noise-DemoSimplex01Kt.png)
[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
![noise-DemoWhiteNoise01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/noise-DemoWhiteNoise01Kt.png)
[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
![patterns-DemoPatterns01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/patterns-DemoPatterns01Kt.png)
[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
![patterns-DemoPatterns02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/patterns-DemoPatterns02Kt.png)
[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
![patterns-DemoPatterns03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/patterns-DemoPatterns03Kt.png)
[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
![spatial-DemoHemisphere01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/spatial-DemoHemisphere01Kt.png)
[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
![spatial-DemoVisualizeNormals01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/spatial-DemoVisualizeNormals01Kt.png)
[source code](src/jvmDemo/kotlin/spatial/DemoVisualizeNormals01.kt)