/wayland_client_demo

simple c++ wayland demo inspired by weston/clients/simple-shm.c

Primary LanguageC++MIT LicenseMIT

wayland client demo

simple c++ wayland demo inspired by weston/clients/simple-shm.c

Build

make
  • It requires clang.
sudo apt-get install clang

Run

./wayland_client_demo
  • If you click any where in the window, it's closed.

Background

  • I tried to add this sample to Chromium, but faild. the CL.