add demos to README.md

This commit is contained in:
OPENRNDR Actions
2022-10-20 19:27:57 +00:00
parent f1d85fb0c6
commit ed6cda8cca
2 changed files with 25 additions and 0 deletions

View File

@@ -62,3 +62,13 @@ fun main() = application {
[source code](src/demo/kotlin/DemoCamera2D.kt)
![DemoCamera2DKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-camera/images/DemoCamera2DKt.png)
### DemoCamera2D_01
[source code](src/demo/kotlin/DemoCamera2D_01.kt)
![DemoCamera2D_01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-camera/images/DemoCamera2D_01Kt.png)
### DemoOrbitalCamera01
[source code](src/demo/kotlin/DemoOrbitalCamera01.kt)
![DemoOrbitalCamera01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-camera/images/DemoOrbitalCamera01Kt.png)

View File

@@ -205,6 +205,16 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
![DemoGradientPerturb3DKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoGradientPerturb3DKt.png)
### DemoNoisesGLSLGui
[source code](src/demo/kotlin/DemoNoisesGLSLGui.kt)
![DemoNoisesGLSLGuiKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoNoisesGLSLGuiKt.png)
### DemoNoisesGLSL
[source code](src/demo/kotlin/DemoNoisesGLSL.kt)
![DemoNoisesGLSLKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoNoisesGLSLKt.png)
### DemoScatter01
[source code](src/demo/kotlin/DemoScatter01.kt)
@@ -214,3 +224,8 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
[source code](src/demo/kotlin/DemoSimplex01.kt)
![DemoSimplex01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoSimplex01Kt.png)
### DemoSimplexGLSL
[source code](src/demo/kotlin/DemoSimplexGLSL.kt)
![DemoSimplexGLSLKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoSimplexGLSLKt.png)