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 ui
To get started, see:
<https://github.com/jtdaugherty/brick/blob/master/README.md The README>
The <https://github.com/jtdaugherty/brick/blob/master/docs/guide.rst Brick
user guide>
This package deprecates <http://hackage.haskell.org/package/vty-ui vty-ui>.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
2.3.1-bp156.1.1 info | GA Release | 2024-03-05 | 15 SP6 |
|
|
0.67-bp155.2.14 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
0.67-bp154.1.13 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
0.18-bp150.2.3 info | GA Release | 2018-08-01 | 15 |
|
|
0.18-bp150.2.6 info | GA Release | 2018-07-31 | 15 |
|
|
0.18-bp150.2.9 info | GA Release | 2018-07-30 | 15 |
|
|