diff --git a/orx-easing/README.md b/orx-easing/README.md index f2929f89c..5ded21036 100644 --- a/orx-easing/README.md +++ b/orx-easing/README.md @@ -31,6 +31,6 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0) ``` -# Demos +## Demos [DemoEasings01Kt](src/demo/kotlin/DemoEasings01Kt.kt) ![DemoEasings01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-easing/images/DemoEasings01Kt.png) \ No newline at end of file diff --git a/orx-fx/README.md b/orx-fx/README.md index e1f0344d1..2a4fff48b 100644 --- a/orx-fx/README.md +++ b/orx-fx/README.md @@ -100,6 +100,6 @@ All distortion effects are opacity preserving [DemoFluidDistort01Kt](src/demo/kotlin/DemoFluidDistort01Kt.kt ![DemoFluidDistort01Kt](https://github.com/openrndr/orx/blob/media/orx-fx/images/DemoFluidDistort01Kt.png -# Demos +## Demos [DemoFluidDistort01Kt](src/demo/kotlin/DemoFluidDistort01Kt.kt) ![DemoFluidDistort01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fx/images/DemoFluidDistort01Kt.png) \ No newline at end of file diff --git a/orx-gui/README.md b/orx-gui/README.md index d6a0a0d1f..c7b07f780 100644 --- a/orx-gui/README.md +++ b/orx-gui/README.md @@ -168,7 +168,7 @@ import org.openrndr.extra.parameters.DoubleParameter [DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt ![DemoSimple01Kt](https://github.com/openrndr/orx/blob/media/orx-gui/images/DemoSimple01Kt.png -# Demos +## Demos [DemoOptions01Kt](src/demo/kotlin/DemoOptions01Kt.kt) ![DemoOptions01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-gui/images/DemoOptions01Kt.png) [DemoSimple01Kt](src/demo/kotlin/DemoSimple01Kt.kt) diff --git a/orx-jumpflood/README.md b/orx-jumpflood/README.md index b13bf1b63..6dee31549 100644 --- a/orx-jumpflood/README.md +++ b/orx-jumpflood/README.md @@ -153,3 +153,7 @@ fun main() = application { } } ``` + +## Demos +[DemoSkeleton01Kt](src/demo/kotlin/DemoSkeleton01Kt.kt) +![DemoSkeleton01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoSkeleton01Kt.png) \ No newline at end of file diff --git a/orx-keyframer/README.md b/orx-keyframer/README.md index 38e85ce18..e6627df09 100644 --- a/orx-keyframer/README.md +++ b/orx-keyframer/README.md @@ -148,7 +148,7 @@ Supported functions in expressions: [DemoSimpleRepetitions01Kt](src/demo/kotlin/DemoSimpleRepetitions01Kt.kt ![DemoSimpleRepetitions01Kt](https://github.com/openrndr/orx/blob/media/orx-keyframer/images/DemoSimpleRepetitions01Kt.png -# Demos +## Demos [DemoFull01Kt](src/demo/kotlin/DemoFull01Kt.kt) ![DemoFull01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-keyframer/images/DemoFull01Kt.png) [DemoScrub01Kt](src/demo/kotlin/DemoScrub01Kt.kt) diff --git a/orx-mesh-generators/README.md b/orx-mesh-generators/README.md index 76d1d5fe1..91d4cb039 100644 --- a/orx-mesh-generators/README.md +++ b/orx-mesh-generators/README.md @@ -58,7 +58,7 @@ fun boxMesh( [DemoComplex05Kt](src/demo/kotlin/DemoComplex05Kt.kt ![DemoComplex05Kt](https://github.com/openrndr/orx/blob/media/orx-mesh-generators/images/DemoComplex05Kt.png -# Demos +## Demos [DemoBoxKt](src/demo/kotlin/DemoBoxKt.kt) ![DemoBoxKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/DemoBoxKt.png) [DemoComplex01Kt](src/demo/kotlin/DemoComplex01Kt.kt) diff --git a/orx-noise/README.md b/orx-noise/README.md index 7bd0cc1f8..9b7c99e18 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -168,7 +168,7 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain) [DemoPoissonDiskSamplingKt](src/demo/kotlin/DemoPoissonDiskSamplingKt.kt ![DemoPoissonDiskSamplingKt](https://github.com/openrndr/orx/blob/media/orx-noise/images/DemoPoissonDiskSamplingKt.png -# Demos +## Demos [DemoGradientPerturb2DKt](src/demo/kotlin/DemoGradientPerturb2DKt.kt) ![DemoGradientPerturb2DKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoGradientPerturb2DKt.png) [DemoGradientPerturb3DKt](src/demo/kotlin/DemoGradientPerturb3DKt.kt) diff --git a/orx-shade-styles/README.md b/orx-shade-styles/README.md index 4d29326db..e0d5ab7f1 100644 --- a/orx-shade-styles/README.md +++ b/orx-shade-styles/README.md @@ -4,6 +4,6 @@ [DemoRadialGradient01Kt](src/demo/kotlin/DemoRadialGradient01Kt.kt ![DemoRadialGradient01Kt](https://github.com/openrndr/orx/blob/media/orx-shade-styles/images/DemoRadialGradient01Kt.png -# Demos +## Demos [DemoRadialGradient01Kt](src/demo/kotlin/DemoRadialGradient01Kt.kt) ![DemoRadialGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoRadialGradient01Kt.png) \ No newline at end of file diff --git a/orx-time-operators/README.md b/orx-time-operators/README.md index 80a838f04..40efcc28f 100644 --- a/orx-time-operators/README.md +++ b/orx-time-operators/README.md @@ -47,7 +47,7 @@ drawer.circle(0.0, 0.0, size.sine(freq, phase)) [DemoLFOKt](src/demo/kotlin/DemoLFOKt.kt ![DemoLFOKt](https://github.com/openrndr/orx/blob/media/orx-time-operators/images/DemoLFOKt.png -# Demos +## Demos [DemoEnvelopeKt](src/demo/kotlin/DemoEnvelopeKt.kt) ![DemoEnvelopeKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-time-operators/images/DemoEnvelopeKt.png) [DemoLFOKt](src/demo/kotlin/DemoLFOKt.kt) diff --git a/orx-timer/README.md b/orx-timer/README.md index c4402c194..25d805a2c 100644 --- a/orx-timer/README.md +++ b/orx-timer/README.md @@ -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](https://github.com/openrndr/orx/blob/media/orx-timer/images/DemoTimeOut01Kt.png -# Demos +## Demos [DemoRepeat01Kt](src/demo/kotlin/DemoRepeat01Kt.kt) ![DemoRepeat01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-timer/images/DemoRepeat01Kt.png) [DemoRepeat02Kt](src/demo/kotlin/DemoRepeat02Kt.kt)