<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <h2 dir="auto">Goal</h2>
    <p dir="auto">Provide a easy to use GUI generator tool to create X11
      UI's for LV2 plugins.
      Currently only libxputty is supported, but the generated GUI C
      file could be used probably with other
      widget tool-kits as well, just a wrapper file is needed to
      translate the generated file to the needs of a toolkit.</p>
    <h2 dir="auto">Currently state</h2>
    <p dir="auto">XUiDesigner parse the ttl file from a selected plugin
      and generate the needed controller widgets.
      Supported been the usual lv2:port parameter and as well the new
      atom based LV2_PATCH__writable and LV2_PATCH__readable
      so as LV2_ATOM__Path.
      XUiDesigner use the environment variable LV2_PATH to scan for
      plugins when no path is given with the
      -p command-line parameter.
      So you could easily create a GUI for a existing plugin.
      A integrated Color chooser allow to create a Color theme for your
      GUI.
      The created GUI could be saved as UI-Bundle, which then could be
      build (just make) and installed (just make install)
      to replace or provide a new GUI for the plugin.</p>
    <p dir="auto">You could as well create a LV2 plugin from scratch and
      save it as Full Plugin-Bundle to a selected location.
      The project settings window allow to setup the specs (like Author
      name, URI, Audio/Midi ports, etc.) for your plugin
      XUIDesigner save the bundle in a git repository format, contain a
      working LV2 plugin with all needed resources
      (ttl files, converted C files from used images, etc.) and build
      files to build, install and run the new generated plugin.
      All you need to do to finish your plug is to implement your DSP
      part.</p>
    <p dir="auto">Control widgets could be created and moved/resized
      freely around in the top Window.
      A grid could be displayed and widgets could snap to grid (left,
      right, Center) to order them easily.
      Control widgets could be grouped in a frame or a tab box and then
      the complete group could be moved to the final position in the
      Window.
      Any control widget could be replaced with a other control widget,
      so for example a Toggle Button could be replaced with a ComboBox,
      or a Knob could be replaced with a slider, or . .
      You could set the range for a controller, and it's default value,
      You could create enums for a ComboBox, . .</p>
    <p dir="auto">Most Control widgets could be replaced with images you
      could select from a included file browser.</p>
    <p dir="auto">XUIDesigner have a test-mode as well, which will build
      and run the created GUI, and give some useful information out in
      the terminal.</p>
    <h2 dir="auto">Currently supported widget types</h2>
    <ul dir="auto">
      <li>Knob -> support horizontal framed png/svg</li>
      <li>HSlider</li>
      <li>VSlider</li>
      <li>Button -> support png/svg/horizontal framed png/svg</li>
      <li>Toggle Button -> support horizontal framed png/svg</li>
      <li>ComboBox</li>
      <li>Value Display</li>
      <li>Label</li>
      <li>VMeter</li>
      <li>HMeter</li>
      <li>Frame</li>
      <li>TabBox</li>
      <li>WaveView</li>
      <li>File Chooser Button</li>
    </ul>
    <h2 dir="auto">Build</h2>
    <ul dir="auto">
      <li>git submodule init</li>
      <li>git submodule update</li>
      <li>make</li>
      <li>sudo make install # will install into /usr/bin</li>
    </ul>
    <p><a class="moz-txt-link-freetext" href="https://github.com/brummer10/XUiDesigner">https://github.com/brummer10/XUiDesigner</a></p>
    <p><br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://github.com/brummer10/XUiDesigner/releases/tag/v0.3">https://github.com/brummer10/XUiDesigner/releases/tag/v0.3</a></p>
    <p><br>
    </p>
    <p>regards</p>
    <p>hermann<br>
    </p>
  </body>
</html>