/tui-screen-savers-rs

Screen saves and visual effects for your terminal!

Primary LanguageRust

Screensaver for terminal

Implementing simple "matrix" or digital rain screensaver in Rust language.

digital rain

Currently implemented:

  • Digital Rain also know as "Matrix"
  • Conway's life game
  • DFS Maze generation

Installation

Install directly using cargo:

cargo install tarts

Usage

Run with parameters:

tarts matrix
tarts life
tarts maze

More?