Description
Cross-platform graphical interfaces can be built in modern C++11 with a library designed for static linking. It is useful for developers who want native GUI code without a large framework dependency.
GUI libraries are used by applications rather than launched directly. Compatibility depends on compiler, platform, and the consuming project.