noise-rs-ffi

Crates.ionoise-rs-ffi
lib.rsnoise-rs-ffi
version0.1.0
sourcesrc
created_at2016-06-22 15:33:19.922079
updated_at2016-06-22 15:33:19.922079
descriptionAn FFI for *noise-rs* to be used by non-Rust code.
homepage
repositoryhttps://github.com/phoenixenero/noise-rs-ffi
max_upload_size
id5459
size19,209
Phoenix C. Enero (phoenixenero)

documentation

README

An FFI for noise-rs

A C FFI for noise-rs.

If you just want to generate noise in Rust, use noise-rs directly.

Documentation

See src/*.

Implemented functionality

  • Perlin noise 2 - 4
  • OpenSimplex noise 2 - 3
  • Cell noise (also: Worley noise, Voronoi noise)
    • Value 2 - 4
    • Range 2 - 4
    • Range Inv 2 - 4
  • Cell noise with Manhattan distance
    • Value 2 - 4
    • Range 2 - 4
    • Range Inv 2 - 4

License

This library is dual-licensed as MIT and Apache v2.0, the same as the Rust language itself. You may choose from both depending on your needs.

Commit count: 1

cargo fmt