halley-wl 0.3.0

Wayland backend and rendering implementation for the Halley Wayland compositor.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod cluster_tiles;
mod curves;
mod movement;
mod nodes;
mod surface;

pub(crate) use cluster_tiles::{
    ClusterTileTracks, cluster_tile_rect_for, cluster_tile_rect_from_field,
    cluster_tile_tracks_animating, retain_live_cluster_tile_tracks, set_cluster_tile_target,
};
pub(crate) use curves::{ease_in_out_cubic, ease_out_back};
pub(crate) use movement::advance_node_move_anim;
pub use nodes::{AnimSpec, AnimStyle, Animator};
pub(crate) use surface::{active_surface_render_scale, proxy_anim_scale};