v0.1.0
First release.
All 37 TerminalTextEffects effects ported to Rust, producing byte-identical frames to the Python original (verified against upstream v0.15.0 in CI: 354 frame-parity cases, 41 full tty byte-stream cases, 19 CLI contract checks).
- Single static binary, no runtime dependencies (~3.3 MB musl)
- ~1 ms startup vs ~107 ms for the Python import alone
- Median 9.6x faster rendering across all effects (range 4.5x–21.6x)
- CLI-compatible with
tte: same option names, defaults, and exit codes
Credit for every effect and the engine design belongs to ChrisBuilds/terminaltexteffects; this is a port, MIT licensed with the original copyright preserved.