add demos to README.md

This commit is contained in:
OPENRNDR Actions
2020-05-14 17:28:56 +00:00
parent 983f40d21b
commit 6b9317cba3

View File

@@ -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)