xuidesigner
GUI generator tool to create X11 UIs for LV2 plugins
XUiDesigner parses an LV2 plugin's ttl file and generates the needed controller widgets. The created GUI can be saved as UI-Bundle, which then could be built and installed. For later editing of the UI, a JSON file is added, which you could load per drag 'n drop into XUiDesigner.
- Versions: 0.9
- Website: https://github.com/brummer10/XUiDesigner
- Licenses: Zero-Clause BSD
- Package source: gnu/packages/music.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of xuidesigner as follows:
guix install xuidesigner
Or install a particular version:
guix install xuidesigner@0.9
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 xuidesigner about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/xuidesigner'><img src='https://packages.guix.gnu.org/packages/xuidesigner/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/xuidesigner)
Example Org:
[[https://packages.guix.gnu.org/packages/xuidesigner][https://packages.guix.gnu.org/packages/xuidesigner/badges/latest-version.svg]]