add demos to README.md
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
[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
|
||||
|
||||

|
||||
|
||||
[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.
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoDistanceField01.kt)
|
||||
@@ -196,6 +199,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoInnerGlow01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoInnerGlow01.kt)
|
||||
@@ -203,6 +207,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoInnerGlow02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoInnerGlow02.kt)
|
||||
@@ -210,6 +215,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoShapeSDF01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoShapeSDF01.kt)
|
||||
@@ -217,6 +223,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoShapeSDF02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoShapeSDF02.kt)
|
||||
@@ -224,6 +231,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoShapeSDF03
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoShapeSDF03.kt)
|
||||
@@ -231,6 +239,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoShapeSDF04
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoShapeSDF04.kt)
|
||||
@@ -238,6 +247,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoShapeSDF05
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoShapeSDF05.kt)
|
||||
@@ -245,6 +255,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoSkeleton01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoSkeleton01.kt)
|
||||
@@ -252,6 +263,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoStraightSkeleton01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoStraightSkeleton01.kt)
|
||||
@@ -259,6 +271,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoVoronoi01
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoVoronoi01.kt)
|
||||
@@ -266,6 +279,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoVoronoi02
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
[source code](src/jvmDemo/kotlin/DemoVoronoi02.kt)
|
||||
@@ -273,6 +287,7 @@ Hold down a mouse button to see the raw animation.
|
||||
### DemoVoronoi03
|
||||
|
||||
|
||||
|
||||

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