<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>For creating LV2 UI's I end up more and more writing the same
      code, so I decided to wrote a Layer for it. <br>
      It's supposed to create, manage, draw, and destroy X11 widgets
      with a cairo surface to draw.<br>
      Additional to subscribe to and handle events.<br>
      <br>
      I decided to put it in the Public Domain, so everyone could do
      what ever he /she want's with it. <br>
    </p>
    <p>The repository contain a example folder showing some of the
      features supported by the layer. <br>
      It's a tiny, but powerful abstraction of the X11 low level API to
      easier the process to create nice GUI's. <br>
      Documentation is included in the source code, it's a single header
      and a single c file. <br>
      All together just 654 lines, were most lines taken by
      documentation. <br>
      <br>
      So, here you go:<br>
      <a class="postlink" href="https://github.com/brummer10/Xputty">https://github.com/brummer10/Xputty</a></p>
  </body>
</html>