Razaekel / noise-rs

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

Add `Debug` auto-derivations to `noise_fn`s #349

Closed Razaekel closed 3 months ago

Razaekel commented 3 months ago

Except for Worley. Worley can't take auto-derive Debug due to the DistanceFunction.

Closes #348