haskell libraries

I wrote and maintain a number of Haskell libraries. Contact me for bug reports and feature requests.

ansi-terminal-game

A library to create games running into your terminal/console. It aims to be cross-platform (Linux/Win/Mac) and practical.

A selection of games made with ansi-terminal-game:

hackage entrysigned sourcebrowse repo

timers-tick

A simple implementation of timers/animations utilities for tick-based programs (i.e. games). Features standard timers, animation timers, different expiration conditions, different looping behaviours, querying, mapping.

hackage entrysigned sourcebrowse repo

utf8-light

Lightweight UTF-8 handling.

hackage entrysigned sourcebrowse repo

Collection of scalpel scrapers to scrape search results of DuckDuckGo and Google.

hackage entrysigned sourcebrowse repo.

line-drawing

Line drawing algorithms (currently: Bresenham).

hackage entrysigned sourcebrowse repo.

linebreak

A very simple library to break lines with hyphenation. Example:

(normal textbox)                        (hyphenated textbox)
Rimasi un po’ a meditare nel buio       Rimasi un po’ a meditare nel buio
velato appena dal barlume azzurrino     velato appena dal barlume azzurrino
del fornello a gas, su cui              del fornello a gas, su cui sobbol-
sobbolliva quieta la pentola.           liva quieta la pentola.

hackage entrysigned sourcebrowse repo.