hayleyxyz / ansi-sprite

Display sprites in your ANSI 256-enabled terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANSI terminal sprite renderer

This program will allow you to render basic sprites in your ANSI 256-enabled terminal.

Compiling

Compile using cmake

Requires ImageMagick C++ libs

$ mkdir -p ansi-sprite/cmake-build
$ cd ansi-sprite/cmake-build
$ cmake ..
$ make

Usage

$ ansi sprite.png

About

Display sprites in your ANSI 256-enabled terminal


Languages

Language:C++ 98.0%Language:CMake 2.0%