-
Install Rust: https://rustup.rs/
-
Install GStreamer:
- Runtime package (required)
- Development package (required)
- See: https://gstreamer.freedesktop.org/download/
# Clone and build
git clone https://github.com/altunenes/cuneus
cd cuneus
# Run a specific shader
cargo run --release --example audiovis build.rshandles GStreamer library detection and linking. You may need to adjust thePKG_CONFIG_PATHbased on your GStreamer installation.- Media shaders require GStreamer, others can build with
--no-default-features