suil
Library for loading and wrapping LV2 plugin UIs
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
Suil makes it possible to load a UI of a toolkit in a host using another toolkit. The API is designed such that hosts do not need to explicitly support specific toolkits – if Suil supports a particular toolkit, then UIs in that toolkit will work in all hosts that use Suil automatically.
Suil currently supports every combination of Gtk, Qt, and X11.
- Versions: 0.10.20
- Website: https://drobilla.net/software/suil/
- Licenses: ISC
- Package source: gnu/packages/audio.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of suil
as follows:
guix install suil
Or install a particular version:
guix install suil@0.10.20
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of suil about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/suil'><img src='https://packages.guix.gnu.org/packages/suil/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/suil)
Example Org:
[[https://packages.guix.gnu.org/packages/suil][https://packages.guix.gnu.org/packages/suil/badges/latest-version.svg]]