verpeteren / rust-simd-noise

SIMD noise library for Rust
https://crates.io/crates/simdnoise
252 stars 20 forks source link

Extending to 5D noise and higher! #41

Closed bulbaME closed 2 years ago

bulbaME commented 2 years ago

I suggest adding higher dimensions of noise.

As I found myself needing 5D simplex noise, I went searching for its rust implementation, but only found github issues on other crates asking for this and stackoverflow question wondering how to do it.

bulbaME commented 2 years ago

just found here issue on higher dimm noise, nvm :D