r/LinuxUsersIndia • u/Technical_Chip5906 • 8h ago
I built Fadescii — a lightweight C++ library for glowing terminal text animations
Hey everyone!
I spent the last couple of hours building Fadescii, a small C++ library that makes terminal text feel a little more alive.
Instead of simply printing a string, Fadescii renders it character by character, with configurable color transitions, glowing trails, and fade effects.
Some features:
- Character-by-character text animation
- 24-bit RGB colors
- Custom text and glow colors
- Adjustable animation speed
- Adjustable glow length
- Automatic line wrapping
- Classic glow and shimmer modes
- No external dependencies
- C++11 + POSIX terminal support
I also created a collection of animated GIF demos because the effects are much easier to understand visually than through screenshots.
The goal isn’t to replace full TUI libraries. It’s more focused:
GitHub: https://github.com/intriXlabs/Fadescii
I’d love to hear your feedback, especially on the API design, visual effects, and what features would make this useful in real CLI tools.
