Run as a pretty idle screensaver in a spare terminal window on your desktop
Replace a blank terminal with a calming animated scene during a presentation or stream
Experiment with Nim and terminal animation as a beginner project reference
One Homebrew command on macOS or Linux. Source build needs Nim and Nimble. Run in a wide fullscreen terminal for best effect.
nsakura is a terminal screensaver that displays a cherry blossom scene in your text-based terminal window. It draws an ASCII art tree and animates leaves falling from it, with wind gusts and flutter motion built into a lightweight physics loop. The rendering is double-buffered so the animation plays without visible flickering. The program is written in Nim, a compiled language, and uses the illwill library for terminal drawing. The tree art is embedded in the binary by default, but you can point it at a custom art file with a flag if you want a different image. It scales to whatever size your terminal window is, and the README suggests running it in a wide fullscreen terminal for the best effect. A few optional flags let you adjust the behavior. You can change the fall speed with --speed, control how much the leaves attached to the tree sway with --sway, and supply a custom art file with --art. Pressing Q or Escape exits the screensaver. Installation on macOS and Linux is available through Homebrew with one command. You can also build from source if you have Nim and the Nimble package manager installed. The project is MIT licensed.
← kornelhajto on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.