perlin_rust 0.1.0

A simple perlin noise implementation in Rust
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 9.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • wantaotao1994/perlin_rust
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • wantaotao1994

perlin_rust

A rust copy for https://github.com/josephg/noisejs (Not full)

    let perlin = PerlinNoise::new(100.0); //use seed
    assert_eq!(  perlin.perlin2(0.01,0.01), -0.00000009860109363395148);