This Rust program employs a heuristic approach to display strings on the terminal in a Segment 14 display fashion. The program takes input strings and converts them into an Character art representation using the Segment 14 display style.
-
Clone the repository:
git clone https://github.com/SpoonBuoy/ruscii.git cd ruscii cargo build cargo run
-
It will create an interactive session which will listen for commands
[size of each character] [characters on each line] [spacing between characters] [highlight character which will be used to print string] [input string]
"quit" to exit the program
-
Example
Input : 4 5 2 + abc Output: +++++ +++++ +++++ + + + + + +++++ +++ + + + + + + + + +++++ +++++