add demos to README.md

This commit is contained in:
Edwin Jakobs
2025-09-17 08:51:55 +00:00
parent 653c633f9b
commit 9969e54b7c

View File

@@ -187,14 +187,6 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain)
<!-- __demos__ -->
## Demos
### DemoBla
![DemoBlaKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoBlaKt.png)
[source code](src/jvmDemo/kotlin/DemoBla.kt)
### DemoCubicNoise2D01
Demonstrates how to render dynamic grayscale patterns using 3D cubic Hermite interpolation.