From 1b9264c88ea06eab7aeacf88a239662e79c87b17 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sun, 20 Oct 2024 13:06:27 +0000 Subject: [PATCH] add demos to README.md --- orx-mesh-generators/README.md | 5 +++++ orx-mesh-noise/README.md | 5 +++++ orx-noise/README.md | 10 ++++++++++ 3 files changed, 20 insertions(+) diff --git a/orx-mesh-generators/README.md b/orx-mesh-generators/README.md index d640b624..9ea4e57b 100644 --- a/orx-mesh-generators/README.md +++ b/orx-mesh-generators/README.md @@ -164,3 +164,8 @@ Check out the [source code](src/commonMain/kotlin) to learn about function argum [source code](src/jvmDemo/kotlin/DemoExtrude06.kt) ![DemoExtrude06Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/DemoExtrude06Kt.png) + +### tangents/DemoTangents01 +[source code](src/jvmDemo/kotlin/tangents/DemoTangents01.kt) + +![tangents-DemoTangents01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-generators/images/tangents-DemoTangents01Kt.png) diff --git a/orx-mesh-noise/README.md b/orx-mesh-noise/README.md index a9d4f281..2fccaef6 100644 --- a/orx-mesh-noise/README.md +++ b/orx-mesh-noise/README.md @@ -7,3 +7,8 @@ Generate random samples on the surface of a mesh [source code](src/jvmDemo/kotlin/DemoMeshNoise01.kt) ![DemoMeshNoise01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-noise/images/DemoMeshNoise01Kt.png) + +### DemoMeshNoise02 +[source code](src/jvmDemo/kotlin/DemoMeshNoise02.kt) + +![DemoMeshNoise02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-mesh-noise/images/DemoMeshNoise02Kt.png) diff --git a/orx-noise/README.md b/orx-noise/README.md index e2c07500..8c3a84c2 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -195,6 +195,11 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain) ![DemoPoissonDiskSamplingKt](https://github.com/openrndr/orx/blob/media/orx-noise/images/DemoPoissonDiskSamplingKt.png ## Demos +### DemoCircleHash01 +[source code](src/jvmDemo/kotlin/DemoCircleHash01.kt) + +![DemoCircleHash01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoCircleHash01Kt.png) + ### DemoCubicNoise2D01 [source code](src/jvmDemo/kotlin/DemoCubicNoise2D01.kt) @@ -225,6 +230,11 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain) ![DemoNoisesGLSLKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoNoisesGLSLKt.png) +### DemoRectangleHash01 +[source code](src/jvmDemo/kotlin/DemoRectangleHash01.kt) + +![DemoRectangleHash01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoRectangleHash01Kt.png) + ### DemoScatter01 [source code](src/jvmDemo/kotlin/DemoScatter01.kt)