GitRookies / Terminal-fun

Terminal-fun is a small project where one can design and implement some cool art effects on the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal-fun

Terminal-fun is a small project where one can design and implement some cool art effects on the terminal.

Platform

OS: Linux/Windows. Tested on Linux only; but expected to be run on Windows without any problem.

Dependencies

  • Curses library:
    • Linux: libncurses5 libncurses5-dev

      • sudo apt-get install libncurses5 libncurses5-dev
    • Windows: pdcurses

Build

Release build: make Debug build: make debug=y

Usage

term-fun -h to see usage.

About

Terminal-fun is a small project where one can design and implement some cool art effects on the terminal.

License:GNU General Public License v3.0


Languages

Language:C++ 85.2%Language:Objective-C 9.2%Language:Makefile 5.6%