bevy_live_wallpaper 0.5.0

A Bevy plugin to create live wallpapers.
Documentation
1
2
3
4
5
6
use bevy::prelude::*;

/// Marks a camera whose output should be redirected to the wallpaper surface.
/// This component is used by non-windowed backends such as Wayland and X11.
#[derive(Component, Default)]
pub struct LiveWallpaperCamera;