add demos to README.md
This commit is contained in:
@@ -31,6 +31,6 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0)
|
|||||||
```
|
```
|
||||||
|
|
||||||
<!-- __demos__ -->
|
<!-- __demos__ -->
|
||||||
# Demos
|
## Demos
|
||||||
[DemoEasings01Kt](src/demo/kotlin/DemoEasings01Kt.kt)
|
[DemoEasings01Kt](src/demo/kotlin/DemoEasings01Kt.kt)
|
||||||

|

|
||||||
@@ -100,6 +100,6 @@ All distortion effects are opacity preserving
|
|||||||
[DemoFluidDistort01Kt](src/demo/kotlin/DemoFluidDistort01Kt.kt
|
[DemoFluidDistort01Kt](src/demo/kotlin/DemoFluidDistort01Kt.kt
|
||||||

|
[DemoFluidDistort01Kt](src/demo/kotlin/DemoFluidDistort01Kt.kt)
|
||||||

|

|
||||||
@@ -168,7 +168,7 @@ import org.openrndr.extra.parameters.DoubleParameter
|
|||||||
[DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt
|
[DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt
|
||||||

|
[DemoOptions01Kt](src/demo/kotlin/DemoOptions01Kt.kt)
|
||||||

|

|
||||||
[DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt)
|
[DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt)
|
||||||
|
|||||||
@@ -153,3 +153,7 @@ fun main() = application {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
<!-- __demos__ -->
|
||||||
|
## Demos
|
||||||
|
[DemoSkeleton01Kt](src/demo/kotlin/DemoSkeleton01Kt.kt)
|
||||||
|

|
||||||
@@ -148,7 +148,7 @@ Supported functions in expressions:
|
|||||||
[DemoSimpleRepetitions01Kt](src/demo/kotlin/DemoSimpleRepetitions01Kt.kt
|
[DemoSimpleRepetitions01Kt](src/demo/kotlin/DemoSimpleRepetitions01Kt.kt
|
||||||

|
[DemoFull01Kt](src/demo/kotlin/DemoFull01Kt.kt)
|
||||||

|

|
||||||
[DemoScrub01Kt](src/demo/kotlin/DemoScrub01Kt.kt)
|
[DemoScrub01Kt](src/demo/kotlin/DemoScrub01Kt.kt)
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ fun boxMesh(
|
|||||||
[DemoComplex05Kt](src/demo/kotlin/DemoComplex05Kt.kt
|
[DemoComplex05Kt](src/demo/kotlin/DemoComplex05Kt.kt
|
||||||

|
[DemoBoxKt](src/demo/kotlin/DemoBoxKt.kt)
|
||||||

|

|
||||||
[DemoComplex01Kt](src/demo/kotlin/DemoComplex01Kt.kt)
|
[DemoComplex01Kt](src/demo/kotlin/DemoComplex01Kt.kt)
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
|
|||||||
[DemoPoissonDiskSamplingKt](src/demo/kotlin/DemoPoissonDiskSamplingKt.kt
|
[DemoPoissonDiskSamplingKt](src/demo/kotlin/DemoPoissonDiskSamplingKt.kt
|
||||||

|
[DemoGradientPerturb2DKt](src/demo/kotlin/DemoGradientPerturb2DKt.kt)
|
||||||

|

|
||||||
[DemoGradientPerturb3DKt](src/demo/kotlin/DemoGradientPerturb3DKt.kt)
|
[DemoGradientPerturb3DKt](src/demo/kotlin/DemoGradientPerturb3DKt.kt)
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
[DemoRadialGradient01Kt](src/demo/kotlin/DemoRadialGradient01Kt.kt
|
[DemoRadialGradient01Kt](src/demo/kotlin/DemoRadialGradient01Kt.kt
|
||||||

|
[DemoRadialGradient01Kt](src/demo/kotlin/DemoRadialGradient01Kt.kt)
|
||||||

|

|
||||||
@@ -47,7 +47,7 @@ drawer.circle(0.0, 0.0, size.sine(freq, phase))
|
|||||||
[DemoLFOKt](src/demo/kotlin/DemoLFOKt.kt
|
[DemoLFOKt](src/demo/kotlin/DemoLFOKt.kt
|
||||||

|
[DemoEnvelopeKt](src/demo/kotlin/DemoEnvelopeKt.kt)
|
||||||

|

|
||||||
[DemoLFOKt](src/demo/kotlin/DemoLFOKt.kt)
|
[DemoLFOKt](src/demo/kotlin/DemoLFOKt.kt)
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Note that drawing inside the `repeat` action has no effect. Have a look at the d
|
|||||||
[DemoTimeOut01Kt](src/demo/kotlin/DemoTimeOut01Kt.kt
|
[DemoTimeOut01Kt](src/demo/kotlin/DemoTimeOut01Kt.kt
|
||||||

|
[DemoRepeat01Kt](src/demo/kotlin/DemoRepeat01Kt.kt)
|
||||||

|

|
||||||
[DemoRepeat02Kt](src/demo/kotlin/DemoRepeat02Kt.kt)
|
[DemoRepeat02Kt](src/demo/kotlin/DemoRepeat02Kt.kt)
|
||||||
|
|||||||
Reference in New Issue
Block a user