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.
If you already have a Rust environment set up, you can use the `cargo install` command:
```bash
cargo install gseq
```