An open API service indexing awesome lists of open source software.

https://github.com/ddemon26/canimation

Terminal scripts to show classic ASCII art animations, including the classic Matrix Terminal.
https://github.com/ddemon26/canimation

animation cool cool-stuff mainframe matrix nerd powershell powershell-script terminal

Last synced: 4 months ago
JSON representation

Terminal scripts to show classic ASCII art animations, including the classic Matrix Terminal.

Awesome Lists containing this project

README

          

# canimation

A collection of terminal animations including Matrix effects, 3D wireframes, Conway's Game of Life, DVD screensaver, fireworks, and more!

## Usage Examples

### PowerShell
```powershell
# Run Matrix animation
./cmatrix.ps1

# Run at 60 FPS with double speed
./cmatrix.ps1 -Fps 60 -Speed 2

# Random animation with custom settings
./crandom.ps1 -Fps 45 -Speed 1.5

# List available animations
./crandom.ps1 -List
```

### Shell
```bash
# Run Matrix animation
./cmatrix.sh

# With custom settings
./cmatrix.sh --fps 60 --speed 3 --letters --white-leader
```

## Animation Gallery

| Matrix | Matrix Theme (Ice) | Donut |
|--------|-------------------|-------|
| ![Matrix](.docs/Matrix-Original.gif) | ![Matrix Ice](.docs/Matrix-Theme_Ice.gif) | ![Donut](.docs/Donut.gif) |

| DVD Screensaver | Fireworks | Trippy Flow |
|----------------|-----------|-------------|
| ![DVD](.docs/Dvd.gif) | ![Fireworks](.docs/Fireworks.gif) | ![Flow](.docs/Flow.gif) |

| Meteor Shower | Rain | Snow |
|--------------|------|------|
| ![Meteor](.docs/Meteor.gif) | ![Rain](.docs/Rain.gif) | ![Snow](.docs/Snow.gif) |