New node: Noise Pattern (#1518)

Add the Noise Pattern node

Closes #1517
This commit is contained in:
Keavon Chambers
2023-12-17 02:06:25 -08:00
parent 9d3344808f
commit 9f0ea35d9b
10 changed files with 749 additions and 134 deletions

10
Cargo.lock generated
View File

@@ -1461,6 +1461,15 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "fastnoise-lite"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2b3d9ffd3c9e98a5fc12f58ac3f7c48943dac14c6638e96db09ac77880fa9a"
dependencies = [
"num-traits",
]
[[package]]
name = "fastrand"
version = "1.9.0"
@@ -2218,6 +2227,7 @@ dependencies = [
"bytemuck",
"compilation-client",
"dyn-any",
"fastnoise-lite",
"futures",
"glam",
"gpu-compiler-bin-wrapper",