Buzzay is a simple pugin-first wayland compositor that offloads all the work to plugins. This allows for an extensible compositor where each component is optional.
Buzzay is currently under development and not yet available for download. But you can still compile it and test it out on your own!
To compile buzzay, just run the following commands.
$ meson setup build
$ ninja -C buildBuzzay started out by extending tinywl (CC0) from the sway/wlroots team. The most of the eyecandy like blur, rounded corners, opacity, etc. are made possible with the help of scenefx.