haha-0.3.1.1: A simple library for creating animated ascii art on ANSI terminals.

Safe HaskellSafe-Infered

Graphics.Ascii.Haha.Plot

Documentation

data Pixel Source

Constructors

Pixel Char String 

Instances

list :: (Integral i, RealFrac u) => u -> Rect u -> Bitmap u p -> [(Point i, p)]Source

string :: (Integral i, Show i) => Bool -> Rect i -> Point i -> String -> String -> [(Point i, Pixel)] -> StringSource