From ed6cda8cca3afb4af3cc3d3ab0e62f5f84b33d82 Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 20 Oct 2022 19:27:57 +0000 Subject: [PATCH] add demos to README.md --- orx-camera/README.md | 10 ++++++++++ orx-noise/README.md | 15 +++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/orx-camera/README.md b/orx-camera/README.md index 4913d6b8..e7b08d1a 100644 --- a/orx-camera/README.md +++ b/orx-camera/README.md @@ -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) diff --git a/orx-noise/README.md b/orx-noise/README.md index dc1faa0c..7e2a136f 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -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)