SDL_tty 0.0.1
=============
SDL_tty is a very simple library that tries to simulate a primitive
terminal that allows you to print to the screen in much the same way
that you would print to stdout.
Features
========
* can create a primitive terminal for text output
* some primitve support for scrolling
* support for fixed-width fonts
* support for loading fonts from file as well as directly from code, a
image to .h converter is provided
* small and meant to be included in your source, not meant to be compiled as
a real .so/dll library
|