[orx-noise] Add hash functions

This commit is contained in:
Edwin Jakobs
2024-10-20 14:14:50 +02:00
parent 6e1e161726
commit fba1e5b61a
23 changed files with 473 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
import org.openrndr.application
import org.openrndr.extra.hashgrid.filter
import org.openrndr.extra.noise.uniform
import org.openrndr.extra.noise.shapes.uniform
import kotlin.random.Random
fun main() {

View File

@@ -1,7 +1,7 @@
import org.openrndr.application
import org.openrndr.color.ColorRGBa
import org.openrndr.extra.hashgrid.HashGrid
import org.openrndr.extra.noise.uniform
import org.openrndr.extra.noise.shapes.uniform
import kotlin.random.Random
fun main() {