SceneFX-0.4.1

Introduction to SceneFX

SceneFX provides Wlroots-based Wayland compositors with eye-candy surface rendering functions in place of the Wlroots scene API.

scenefx Dependencies

Required

libdrm, GBM (libgbm or Mesa), Glslang, OpenGL + EGL + GLESv2 (libglvnd or Mesa; Mesa's GL is not supported), Pixman, Wayland, Wayland-Protocols, and wlroots-0.19.2

Installation of scenefx

Install scenefx by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Libraries: libscenefx-0.4
Installed Directories: /usr/include/scenefx-0.4

Short Descriptions

libscenefx-0.4

provides eye-candy surface rendering functions for Wlroots-based Wayland compositors