opensimplex 0.2.0

Wrappers for using OpenSimplex from Rust
Documentation
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::compile_library("libopensimplex.a", &["src/opensimplex.c"]);
}