simple c++ wayland demo inspired by weston/clients/simple-shm.c
make
- It requires
clang
.
sudo apt-get install clang
./wayland_client_demo
- If you click any where in the window, it's closed.
- I tried to add this sample to Chromium, but faild. the CL.