From 6b9317cba366575e32c0c22527e881200ffe82de Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Thu, 14 May 2020 17:28:56 +0000 Subject: [PATCH] add demos to README.md --- orx-noise/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-noise/README.md b/orx-noise/README.md index 14fd8737..0acd4dfc 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -183,3 +183,8 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain) [source code](src/demo/kotlin/DemoPoissonDiskSampling.kt) ![DemoPoissonDiskSamplingKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoPoissonDiskSamplingKt.png) + +### DemoSimplex01 +[source code](src/demo/kotlin/DemoSimplex01.kt) + +![DemoSimplex01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoSimplex01Kt.png)