Skip to content

Commit

Permalink
add demos to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OPENRNDR Actions committed Apr 27, 2020
1 parent 81cebb8 commit 0de59cf
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion orx-easing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ val et = Easing.QuadIn.function(t, 0.0, 1.0, 1.0)
```

<!-- __demos__ -->
# Demos
## Demos
[DemoEasings01Kt](src/demo/kotlin/DemoEasings01Kt.kt)
![DemoEasings01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-easing/images/DemoEasings01Kt.png)
2 changes: 1 addition & 1 deletion orx-fx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## Demos
[DemoFluidDistort01Kt](src/demo/kotlin/DemoFluidDistort01Kt.kt)
![DemoFluidDistort01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-fx/images/DemoFluidDistort01Kt.png)
2 changes: 1 addition & 1 deletion orx-gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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)
Expand Down
4 changes: 4 additions & 0 deletions orx-jumpflood/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,7 @@ fun main() = application {
}
}
```
<!-- __demos__ -->
## Demos
[DemoSkeleton01Kt](src/demo/kotlin/DemoSkeleton01Kt.kt)
![DemoSkeleton01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-jumpflood/images/DemoSkeleton01Kt.png)
2 changes: 1 addition & 1 deletion orx-keyframer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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)
Expand Down
2 changes: 1 addition & 1 deletion orx-mesh-generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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)
Expand Down
2 changes: 1 addition & 1 deletion orx-noise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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)
Expand Down
2 changes: 1 addition & 1 deletion orx-shade-styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## Demos
[DemoRadialGradient01Kt](src/demo/kotlin/DemoRadialGradient01Kt.kt)
![DemoRadialGradient01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-shade-styles/images/DemoRadialGradient01Kt.png)
2 changes: 1 addition & 1 deletion orx-time-operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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)
Expand Down
2 changes: 1 addition & 1 deletion orx-timer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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)
Expand Down

0 comments on commit 0de59cf

Please sign in to comment.