TinyCurses is the Curses library of the future. TinyCurses is not yesterday's Curses. It is a simplified full color and extended version of Curses. It is not 100% compatible with curses; it's probably closer to 10% compatible with curses.
Features
TinyCurses provides full color mono-spaced text output on multiple platforms with many additional features, including:
- Display of any Unicode character in almost any size.
- Outputs only in Unicode True Type fonts.
- Supports 32-bit RGB full color for every character on screen.
- Foreground and background color.
- Optionally anti-aliased text.
- Extremely simple command set that mimics Curses.
- Has 7 layers of text so that 7 characters can be displayed ontop of each other.
- Optional alpha blending for any character on any layer.
- Supports mouse input.
- Highly compatible with SDL.
... And more!
More
Click on Wiki for documentation. The development blog is here.
Proudly made in the world's greatest development enviornment, emacs.
