·
12 commits
to development
since this release
tachyonfx-0.25.0 - 2026-02-27
Added
CellFilter::NonEmpty: selects cells that contain a non-space symbol.Interpolation::SmoothStepandInterpolation::Spring.DiamondPattern: spatial pattern using Manhattan distance for diamond-shaped reveals.SpiralPattern: trig-free spatial pattern.InvertedPattern: wrapper pattern that inverts another pattern's output.CombinedPattern: combines two sub-patterns using a binary operation.
Fixed
- Fix negative hue values producing wrong colors in
hsl_to_rgb,hsv_to_rgb, andhsl_shift. fx::sequence:reverse()now reverses processing order of child effectsfx::parallel:reverse()now right-aligns shorter children when reversed, so that all children end together