diff options
author | David Robillard <d@drobilla.net> | 2022-07-17 17:45:43 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-18 21:06:35 -0400 |
commit | 68293752dbfd80016dc7543b88f22c602427fa75 (patch) | |
tree | 4c3e93bb6f345de27e0e8b7403fea50d54639ff8 /doc/summary.rst | |
parent | 0d018befdaa9b59ddcc53d21b01bef1439a237e3 (diff) | |
download | suil-68293752dbfd80016dc7543b88f22c602427fa75.tar.gz suil-68293752dbfd80016dc7543b88f22c602427fa75.tar.bz2 suil-68293752dbfd80016dc7543b88f22c602427fa75.zip |
Switch to meson build system
Diffstat (limited to 'doc/summary.rst')
-rw-r--r-- | doc/summary.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/summary.rst b/doc/summary.rst new file mode 100644 index 0000000..fa94886 --- /dev/null +++ b/doc/summary.rst @@ -0,0 +1,10 @@ +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 another. +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 also handles the embedding of native platform UIs (which are recommended) in common toolkits, +for example embedding an X11 UI in a Gtk host. |