Crate sigye_background

Crate sigye_background 

Source
Expand description

Background animation rendering for the sigye clock.

This crate provides animated background effects for the terminal clock, including both stateless animations (computed from position/time) and stateful animations (matrix rain, snowfall) as well as reactive backgrounds that respond to system metrics.

Structs§

BackgroundState
Background animation state.

Functions§

hsl_to_rgb
Convert HSL to RGB color.
resource_to_color
Map a resource value (0.0-1.0) to a color from cool blue to warm red.