bracket-noise 0.8.7

Rust port of Auburn's amazing FastNoise library. Part of the bracket-lib family.
Documentation
1
2
3
4
5
mod fastnoise;

pub mod prelude {
    pub use crate::fastnoise::*;
}