waveform

crates.io, Documentation Build Status

waveform is a set of waveform image renderers written in Rust.

It is speed-oriented for heavy use.

Features

Some TODOs

Requests and contributions are welcome!

Screenshot

```sh

Demonstrates rendering using a single BinnedWaveformRenderer.

cargo run --features "example-gui" --example binned ```

```sh

The same but by using a MultiWaveformRenderer, which is

a combination of multiple BinnedWaveformRenderers.

cargo run --features "example-gui" --example multi ```

examples/waveform.rs