Skip to content
/ scenefx Public

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects

License

Notifications You must be signed in to change notification settings

wlrfx/scenefx

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2024
Feb 24, 2025
Nov 14, 2024
Feb 24, 2025
Feb 4, 2025
Feb 16, 2025
Nov 14, 2024
Jul 11, 2023
Jul 18, 2023
Jul 11, 2023
Apr 30, 2024
Nov 14, 2024
Nov 14, 2024
Feb 16, 2025
May 8, 2024

Repository files navigation

scenefx

wlroots is the de-facto library for building wayland compositors, and its scene api is a great stride in simplifying wayland compositor development. The problem with the scene api (for compositors looking for eye candy), however, is that it forces you to use the wlr renderer, which is powerful yet simple. SceneFX is a project that takes the scene api and replaces the wlr renderer with our own fx renderer, capable of rendering surfaces with eye-candy effects including blur, shadows, and rounded corners, while maintaining the benefits of simplicity gained from using the scene api.

Please note: while SceneFX is in use by SwayFX version 0.4, it is not yet ready for usage by other compositors. Please refer to the 1.0 milestone to track the remaining tasks for our stable 1.0 release

Installation

Compiling From Source

Install dependencies:

  • meson *
  • wlroots
  • wayland
  • wayland-protocols *
  • EGL and GLESv2
  • libdrm
  • pixman

* Compile-time dep

Run these commands:

meson setup build/
ninja -C build/

Install like so:

sudo ninja -C build/ install

Join our Discord

About

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published