_ _ __ _
/\ (_) (_) / _| (_)
/ \ ___ ___ _ _ | |_ _ ___ _ __
/ /\ \ / __| / __| | | | | | _| | | / _ \ | '__|
/ ____ \ \__ \ | (__ | | | | | | | | | __/ | |
/_/ \_\ |___/ \___| |_| |_| |_| |_| \___| |_|
- Similar to Figlet but written in rust & faster (see tests below)
- Speed Comparison Using
hyperfine
- 100,000 Runs
- Warmup of 5
Usage: asciifier [OPTIONS] "<text>"
Options:
Flag | Description | Options |
---|---|---|
-f <font> , --font <font> |
Specify font to be used | default , bulbhead , epic , arrows , banner , diet-cola , <path to .aff> |
-d , --debug |
Enables Debug Output | N/A |
1. Clone the Repository & Enter Directory
git clone https://github.com/DragonDev07/Asciifier
cd Asciifier
2. Build Using Cargo
cargo build --release
3. Finished!
- Binary is located at
target/release/asciifier
- Fix new lines (and string that are too long becoming spaghetti)
- Add more fonts