@hackage bearlibterminal0.1.0.0

Low-level Haskell bindings to the BearLibTerminal graphics library.

A Haskell wrapper for a graphics library for making roguelike-style games. From the BearLibTerminal documentation: BearLibTerminal is a library that creates a terminal-like window facilitating flexible textual output and uncomplicated input processing. A lot of roguelike games intentionally use aesthetic textual or pseudographic visual style. However, native output via the command line interface usually has a few annoying shortcomings such as low speed or palette and font restrictions. Using an extended character set (several languages at once or complicated pseudographics) may also be tricky. BearLibTerminal solves that by providing its own window with a grid of character cells and simple yet powerful API for configuration and textual output.