# nooise
## V1
`fluid` is the app: a single Rust binary with the TUI and audio engine in one process.
The default command starts the fluid visualizer and engine:
```sh
nooise
```
## Source Run
```sh
cargo run
```
## Install
```sh
cargo install --path . --locked
```