essence-of-live-coding-gloss-0.1.0.1: General purpose live coding framework - Gloss backend
LiveCoding.Gloss.PictureM
type PictureM = WriterT Picture IO Source #
runPictureM :: GlossCell -> Cell IO [Event] Picture Source #
massageWriterOutput :: (((), b), a) -> (a, b) Source #
type GlossCell = Cell PictureM [Event] () Source #
addPicture :: Cell PictureM Picture () Source #