sysc-Go

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2025 License: MIT

README

sysc-Go

Terminal animation library for Go. Pure Go animations ready to use in your TUI applications.

Features

  • Fire Effect - DOOM PSX-style fire animation
  • Matrix Rain - Classic Matrix digital rain
  • Fireworks - Particle-based fireworks display
  • ASCII Rain - Character-based rain effect
  • Print Effects - Typewriter-style text rendering (library use only)

Effect Showcase

Fire

Fire Effect

Matrix

Matrix Rain

Fireworks

Fireworks

Rain

ASCII Rain

Print (in development)
Pour (in development)
Decrypt (in development)

Installation

go install github.com/Nomadcxx/sysc-Go/cmd/syscgo@latest

Quick Start

Run any animation directly from command line:

# Fire effect with Dracula theme (default)
syscgo -effect fire

# Matrix rain with Nord theme for 30 seconds
syscgo -effect matrix -theme nord -duration 30

# Gruvbox fire effect (infinite loop)
syscgo -effect fire -theme gruvbox -duration 0

Available themes: dracula, gruvbox, nord, tokyo-night, catppuccin, material, solarized, monochrome, transishardjob

Demo

Run the interactive demo to see all animations:

cd examples/demo
go run .

Documentation

See GUIDE.md for detailed usage.

License

MIT

Directories

Path Synopsis
Package animations provides terminal animation effects for Go applications.
Package animations provides terminal animation effects for Go applications.
cmd
syscgo command
examples
simple command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL