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§
- Background
State - 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.