GitHub - junkdog/tachyonfx: shader-like effects library for ratatui applications
tachyonfx
tachyonfx is a ratatui library for creating shader-like effects in terminal UIs.
This library provides a collection of effects that can be used to enhance the
visual appeal of terminal applications, offering capabilities such as color
transformations, animations, and complex effect combinations.
Installation
Add tachyonfx to your Cargo.toml:
[dependencies]
tachyonfx = "0.2.0"
Overview
Effects
The library includes a variety of effects, categorized as follows:
Color Effects
fade_from: ...
Read more at github.com