swesterfeld / suil

A C library for loading and wrapping LV2 plugin UIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suil
====

Suil is a library for loading and wrapping LV2 plugin UIs.
For more information, see <http://drobilla.net/software/suil>.

With Suil, a host written in one supported toolkit can embed a plugin UI
written in a different supported toolkit.  Suil insulates hosts from toolkit
libraries used by plugin UIs.  For example, a Gtk host can embed a Qt UI
without linking against Qt at compile time.

 -- David Robillard <d@drobilla.net>

About

A C library for loading and wrapping LV2 plugin UIs

License:ISC License


Languages

Language:C 46.5%Language:C++ 28.7%Language:Python 14.0%Language:Objective-C++ 10.8%