GitXplorerGitXplorer
d

wayland_client_demo

public
4 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
06cf7b4c432bc67cfed21da4d84547259a1c05c8

explain

dds-hwang committed 9 years ago
Unverified
cd341c3ba9e390b88440326cecb563b5f471bd1a

add Makefile

dds-hwang committed 9 years ago
Unverified
6b6e65b8affd7671bfad950fcb4b57b23dad0221

complete cc file

dds-hwang committed 9 years ago
Unverified
70062505270518c540d1ed218c0bd0941be1e36e

Initial commit

dds-hwang committed 9 years ago

README

The README file for this repository.

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.