diff options
author | David Robillard <d@drobilla.net> | 2012-07-09 18:16:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-09 18:16:47 +0000 |
commit | d5ad9d2b725238f9cd03862166def87a1b061e57 (patch) | |
tree | 4fbd954875f28774def7ccebf2edb35052c92e3e /README | |
parent | be74b2dfd8d915808f6be7a82e5821cbecee1814 (diff) | |
download | suil-d5ad9d2b725238f9cd03862166def87a1b061e57.tar.gz suil-d5ad9d2b725238f9cd03862166def87a1b061e57.tar.bz2 suil-d5ad9d2b725238f9cd03862166def87a1b061e57.zip |
Improve README.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4529 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,14 +1,11 @@ Suil ---- -Suil is a library for LV2 hosts intended to make using LV2 plugin UIs as -as simple as possible, including support for hosting a UI in any supported -toolkit in a host written in another 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. - -For more information, see <http://drobilla.net/software/suil>. +Suil is a library for loading and wrapping LV2 plugin UIs. 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> |