README.md

# Noisex
![CI Status](https://github.com/Phiriq/noisex/actions/workflows/ci.yml/badge.svg)

Noisex is a library that provides Elixir bindings to the [bracket-noise](https://crates.io/crates/bracket-noise) crate, which is a rust port of [FastNoise Lite](https://github.com/Auburn/FastNoiseLite).

<!-- ## Usage -->
<!-- Check the documentation at `TODO: publish package` -->

## Examples
You can check and run the examples in the `examples` folder.
```bash
mix run examples/<example>.exs
```

## Images
![Output of the terrain.exs example](images/terrain.png)
![Output of the cellular.exs example](images/cellular.png)