diff options
author | David Robillard <d@drobilla.net> | 2016-08-16 17:36:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-08-17 17:21:35 -0400 |
commit | 8dda4a432a027fa0dda216f6cb34ce5b3982a971 (patch) | |
tree | cca079ac47a6af22556ed9efae388e0ed48d8135 /README | |
parent | 905d7b70f9382507065c827e1c0d94921a5385ee (diff) | |
download | suil-8dda4a432a027fa0dda216f6cb34ce5b3982a971.tar.gz suil-8dda4a432a027fa0dda216f6cb34ce5b3982a971.tar.bz2 suil-8dda4a432a027fa0dda216f6cb34ce5b3982a971.zip |
Add target for generating release announcements
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,11 +1,13 @@ 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. +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> |