Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 893 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 893 Bytes

oO0OoO0OoO0Oo CiTY oO0OoO0OoO0Oo

preview

Just a moving city ASCII ANSI escape sequence art
Inspired by redis lolwut version 6 command:

redis

Usage and fine tuning

  • 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) in main.rs (look for LayerDesc structures)