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

@@ -163,6 +163,7 @@ then applies the DirectionalField filter which returns a [ColorBuffer] in which
the red and green components encode the direction to the closest black/white edge.
Hold down a mouse button to see the raw animation.
![DemoDirectionField01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoDirectionField01Kt.png)
[source code](src/jvmDemo/kotlin/DemoDirectionField01.kt)
@@ -170,6 +171,7 @@ Hold down a mouse button to see the raw animation.
### DemoDirectionField02
Create directional distance field and demonstrate signed distance
![DemoDirectionField02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoDirectionField02Kt.png)
[source code](src/jvmDemo/kotlin/DemoDirectionField02.kt)
@@ -189,6 +191,7 @@ between two colors.
The inverse of the distance is used to obtain a non-linear brightness.
Hold down a mouse button to see the raw animation.
![DemoDistanceField01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoDistanceField01Kt.png)
[source code](src/jvmDemo/kotlin/DemoDistanceField01.kt)
@@ -196,6 +199,7 @@ Hold down a mouse button to see the raw animation.
### DemoInnerGlow01
![DemoInnerGlow01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoInnerGlow01Kt.png)
[source code](src/jvmDemo/kotlin/DemoInnerGlow01.kt)
@@ -203,6 +207,7 @@ Hold down a mouse button to see the raw animation.
### DemoInnerGlow02
![DemoInnerGlow02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoInnerGlow02Kt.png)
[source code](src/jvmDemo/kotlin/DemoInnerGlow02.kt)
@@ -210,6 +215,7 @@ Hold down a mouse button to see the raw animation.
### DemoShapeSDF01
![DemoShapeSDF01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF01Kt.png)
[source code](src/jvmDemo/kotlin/DemoShapeSDF01.kt)
@@ -217,6 +223,7 @@ Hold down a mouse button to see the raw animation.
### DemoShapeSDF02
![DemoShapeSDF02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF02Kt.png)
[source code](src/jvmDemo/kotlin/DemoShapeSDF02.kt)
@@ -224,6 +231,7 @@ Hold down a mouse button to see the raw animation.
### DemoShapeSDF03
![DemoShapeSDF03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF03Kt.png)
[source code](src/jvmDemo/kotlin/DemoShapeSDF03.kt)
@@ -231,6 +239,7 @@ Hold down a mouse button to see the raw animation.
### DemoShapeSDF04
![DemoShapeSDF04Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF04Kt.png)
[source code](src/jvmDemo/kotlin/DemoShapeSDF04.kt)
@@ -238,6 +247,7 @@ Hold down a mouse button to see the raw animation.
### DemoShapeSDF05
![DemoShapeSDF05Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoShapeSDF05Kt.png)
[source code](src/jvmDemo/kotlin/DemoShapeSDF05.kt)
@@ -245,6 +255,7 @@ Hold down a mouse button to see the raw animation.
### DemoSkeleton01
![DemoSkeleton01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoSkeleton01Kt.png)
[source code](src/jvmDemo/kotlin/DemoSkeleton01.kt)
@@ -252,6 +263,7 @@ Hold down a mouse button to see the raw animation.
### DemoStraightSkeleton01
![DemoStraightSkeleton01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoStraightSkeleton01Kt.png)
[source code](src/jvmDemo/kotlin/DemoStraightSkeleton01.kt)
@@ -259,6 +271,7 @@ Hold down a mouse button to see the raw animation.
### DemoVoronoi01
![DemoVoronoi01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoVoronoi01Kt.png)
[source code](src/jvmDemo/kotlin/DemoVoronoi01.kt)
@@ -266,6 +279,7 @@ Hold down a mouse button to see the raw animation.
### DemoVoronoi02
![DemoVoronoi02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoVoronoi02Kt.png)
[source code](src/jvmDemo/kotlin/DemoVoronoi02.kt)
@@ -273,6 +287,7 @@ Hold down a mouse button to see the raw animation.
### DemoVoronoi03
![DemoVoronoi03Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoVoronoi03Kt.png)
[source code](src/jvmDemo/kotlin/DemoVoronoi03.kt)