blob: b3be4c991d7aa06dd5b236d8ffca0d405ae911ae [file] [log] [blame]
Kristian Høgsberg72e023c2012-07-20 12:26:23 -04001Weston
Kristian Høgsberga6f69992010-09-14 12:41:26 -04002
Kristian Høgsberg72e023c2012-07-20 12:26:23 -04003Weston is the reference implementation of a Wayland compositor, and a
4useful compositor in its own right. Weston has various backends that
5lets it run on Linux kernel modesetting and evdev input as well as
6under X11. Weston ships with a few example clients, from simple
7clients that demonstrate certain aspects of the protocol to more
8complete clients and a simplistic toolkit. There is also a quite
9capable terminal emulator (weston-terminal) and an toy/example desktop
10shell. Finally, weston also provides integration with the Xorg server
11and can pull X clients into the Wayland desktop and act as a X window
12manager.
13
14Refer to http://wayland.freedesktop.org/building.html for buiding
15weston and its dependencies.