I made tui-banner: Cinematic ANSI banners for Rust CLI/TUI! 🚀

⚓ Rust    📅 2025-12-20    👤 surdeus    👁️ 1      

surdeus

Zero dependencies, truecolor gradients, and 14 epic presets (Matrix, Neon Cyber, Aurora, etc.) – turn your terminal startup into a movie poster in seconds.

use tui_banner::{Banner, Style};
Banner::new("RUST CLI")?.style(Style::Matrix).render();

Check it out: https://tui-banner-website.pages.dev/

Here's a Neon Cyber preset example:

Neon Cyber Banner

#Rust #TUI #CLI #TerminalArt

Feedback welcome! :grinning_face_with_smiling_eyes:

1 post - 1 participant

Read full topic

🏷️ Rust_feed