gseq 0.1.1

A realtime visual performance program using the audio input to animate the visuals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# GSeq

GSeq is a realtime visual performance program written in [Rust](https://www.rust-lang.org/) based on [wgpu](https://wgpu.rs/). GSeq uses the audio input to animate the visuals.

## Installation

### Cargo

If you already have a Rust environment set up, you can use the `cargo install` command:

```bash
cargo install gseq
```