SlackBuildsOrg/libraries/waylandpp
Jeremy Hansen 08dfecb483
libraries/waylandpp: Added (Wayland C++ bindings)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-03-25 10:01:53 +07:00
..
README
slack-desc
waylandpp.info
waylandpp.SlackBuild

waylandpp (Wayland C++ bindings)

Wayland is an object oriented display protocol, which features request
and events. Requests can be seen as method calls on certain objects,
whereas events can be seen as signals of an object. This makes the
Wayland protocol a perfect candidate for a C++ binding.

The goal of this library is to create such a C++ binding for Wayland
using the most modern C++ technology currently available, providing
an easy to use C++ API to Wayland.