#noise #generator

coyotl

a noise generator library

1 unstable release

0.1.0 Jul 19, 2024

#37 in #noise

MIT license

2KB

Coyotl

a noise generator library

How to Use

This is a Rust library, available through crates.io. To install in your project, add it to your Cargo.toml as a dependency:

[dependencies]
coyotl = "0.1.0"

Or run the following command from within your project directory:

cargo add coyotl

No runtime deps