Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
842 stars 118 forks source link

Update Perlin Surflet #324

Closed Razaekel closed 1 year ago

Razaekel commented 1 year ago

Perlin surflet noise didn't previously have benches. They now do. Also updated the examples to output 2D, 3D and 4D images.

The perlin surflet core functions now take a Vector2/3/4 as it's input,instead of taking an array and converting.