Remove demo

This commit is contained in:
Edwin Jakobs
2025-09-17 10:43:24 +02:00
parent 1bb9302cb9
commit 653c633f9b

View File

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