@hackage bearlibterminal0.1.0.0
Low-level Haskell bindings to the BearLibTerminal graphics library.
Categories
License
MIT
Maintainer
Avery <ppkfs@outlook.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.17.2 && <5
- bytestring >=0.12.1 && <2
- mtl >=2.3.1 && <3
- text >=2.1.1 && <3 Show all…
Dependents (1)
@hackage/fearOfView
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.