dobyrch / libtermboy

A graphics library for text mode consoles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libtermboy

libtermboy is a graphics library for the Linux console. No, it's not an ASCII art library like aalib or libcaca. With libtermboy, you can draw pixel-perfect images in a text mode terminal.

To see the magic in action, clone the repository and execute make run. Use ←/→ to move and press ESC to quit. If your sound is on, press A-G for an extra surprise!

The documentation for the most useful functions can be viewed by running man doc/termboy_screen.3 (or just look at the source, it's not that long...).

Screenshot

About

A graphics library for text mode consoles


Languages

Language:Objective-C 51.9%Language:C 42.5%Language:Python 2.5%Language:Shell 1.8%Language:Makefile 1.3%