Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
856 stars 120 forks source link

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

Closed Razaekel closed 5 months ago

Razaekel commented 5 months ago

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

Closes #348