Write terminal user interfaces (TUIs) painlessly with brick! You write an event handler and a drawing function and the library does the rest. module Main where import Brick ui :: Widget () ui = str "Hello, world!" main :: IO () main = simpleMain uiTo get started, see: The README The Brick user guide The demonstration programs in the programs directory This package deprecates vty-ui. [Skip to Readm