Skip to content

zhangct2014/wayland_compositor_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wayland McWayface

⚠️ Out-of-date material

This example compositor doesn't work with the latest wlroots API and won't be updated. Please don't use it. Instead, please use tinywl as a reference.

This is a demonstration Wayland compositor that accompanies a series of blog posts written for drewdevault.com.

Compiling

mkdir build
cd build
meson ..
ninja

This will produce a binary named mcwayface, this is your compositor. Run it without any arguments.

About

A simple demonstration Wayland server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.3%
  • Meson 14.7%