mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-04-27 09:50:37 +02:00
read-only mirror of https://gitlab.freedesktop.org/pipewire/helvum
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| screenshot.png | ||
A graphical interface for viewing the current pipewire graph (name pending, suggestions welcome), inspired by the JACK tool catia.
Features planned
- Allow creation of links from one port to another.
- Color ports and links based on whether they carry audio, video or midi data.
More suggestions are welcome!
Building
For compilation, you will need:
- An up-to-date rust toolchain
libclang-3.7or highergtk-4.0andpipewire-0.3development headers
To compile, run
$ cargo build --release
in the repository root.
The resulting binary will be at target/release/graphui.
