Expand description
X11 Overlay Library
A Rust library for creating animated overlay graphics on X11 systems.
This library provides a framework for creating overlay graphics with advanced animation capabilities, including various easing functions, timeline management, and component-based UI elements.
Re-exports§
pub use animation::Animatable;pub use animation::Animation;pub use animation::AnimationProperty;pub use animation::AnimationTarget;pub use graphics::renderer::Color;pub use graphics::Rectangle;pub use ui::indicators::Position;pub use ui::indicators::StatusIndicator;