Just a moving city ASCII ANSI escape sequence art
Inspired by redis lolwut version 6
command:
- check Releases section on github for a linux build
- Check
--help
for usage: you might want to use-a
instead of setting canvas size manually - For larger canvas sizes, it may be difficult for your terminal to render the city without fps drops or "tearing". Alacritty offers probably the most smooth rendering, even when target fps is set to 120
- Also if you're willing to build it yourself (
cargo build --release
), you can change layer count or tune some of their parameters (colors, density, speed) inmain.rs
(look forLayerDesc
structures)