pw-viz icon indicating copy to clipboard operation
pw-viz copied to clipboard

Pipewire graph editor written in Rust. WIP⚠️

Results 22 pw-viz issues
Sort by recently updated
recently updated
newest added
trafficstars

How to solve the problem,when i first run the project i encountered?

I'd like the ability to hide certain nodes on the graph, maybe through a right-click context menu on the node, or otherwise with a keypress or mouse button. For example,...

Hello and thank you for this project, it looks great! The only issue I've seen so far from my very limited testing, is that pw-viz does not support cycles. The...

bug

Automatically run rustfmt and perform a build test on push/PRs to main. - [x] Figure out how to install pipewire and dependencies - [ ] Test run pw-viz in headless...

Did you have any plans regarding the layout algorithm yet? If so, feel free to just close this. Overall I quite like the auto-layout and grouping features in patchage, although...

enhancement

Links can currently be selected but no action can be taken within that context. I use Alt as my mod key in i3wm, so can't currently use the UI to...

enhancement
help wanted

I'm unable to build pw-viz because: ``` Compiling pipewire v0.5.0 Compiling simple_logger v4.0.0 error[E0425]: cannot find value `PW_KEY_NODE_TARGET` in crate `pw_sys` --> /home/johnb/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pipewire-0.5.0/src/auto/keys.rs:164:28 | 164 | key_constant!(NODE_TARGET, PW_KEY_NODE_TARGET, | ^^^^^^^^^^^^^^^^^^...

pw-viz uses egui and the binary isn't linked with any graphics-related shared libraries. When the binary runs it loads these: /usr/local/lib/libGL.so.1.7.0 /usr/local/lib/libGLX.so.0.0.0 /usr/local/lib/libGLX_nvidia.so.0 /usr/local/lib/libGLdispatch.so.0.0.0 /usr/local/lib/libX11-xcb.so.1.0.0 /usr/local/lib/libX11.so.6.4.0 /usr/local/lib/libXau.so.6.0.0 /usr/local/lib/libXcursor.so.1.0.2 /usr/local/lib/libXdmcp.so.6.0.0 /usr/local/lib/libXext.so.6.4.0...

I had a failed build on nixOS (output linked below). I'm just reporting this and happy to assist with any debugging that may be needed to find root cause. This...