From 653c633f9b1bc717516ae3fe23ca682a9bd36493 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 17 Sep 2025 10:43:24 +0200 Subject: [PATCH] Remove demo --- orx-noise/src/jvmDemo/kotlin/DemoBla.kt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 orx-noise/src/jvmDemo/kotlin/DemoBla.kt diff --git a/orx-noise/src/jvmDemo/kotlin/DemoBla.kt b/orx-noise/src/jvmDemo/kotlin/DemoBla.kt deleted file mode 100644 index 9139ff46..00000000 --- a/orx-noise/src/jvmDemo/kotlin/DemoBla.kt +++ /dev/null @@ -1,18 +0,0 @@ -import org.openrndr.application -import org.openrndr.extra.noise.fbm -import org.openrndr.extra.noise.perlin2D - -fun main() { - application { - configure { - width = 1280 - height = 720 - } - program { - extend { - perlin2D.fbm() - - } - } - } -} \ No newline at end of file