Skip to content

tachyonfx-v0.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Feb 09:36
· 12 commits to development since this release
34c9243

tachyonfx-0.25.0 - 2026-02-27

Added

  • CellFilter::NonEmpty: selects cells that contain a non-space symbol.
  • Interpolation::SmoothStep and Interpolation::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, and hsl_shift.
  • fx::sequence: reverse() now reverses processing order of child effects
  • fx::parallel: reverse() now right-aligns shorter children when reversed, so that all children end together