rhine-terminal: Terminal backend for Rhine

[ bsd3, frp, library, program ] [ Propose Tags ]

This package provides an example of a terminal based program using rhine.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Enable warnings as errors. Active on ci.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.8.1, 0.8.1.1, 0.9, 1.0, 1.1, 1.2
Change log ChangeLog.md
Dependencies base (>=4.11 && <4.17), dunai (>=0.6), exceptions (>=0.10.4), rhine (==0.8.1), rhine-terminal, terminal (>=0.2.0.0), text (>=1.2.5.0), time (>=1.9.3), transformers (>=0.5) [details]
License BSD-3-Clause
Author Manuel Bärenz, Jun Matsushita
Maintainer programming@manuelbaerenz.de, jun@iilab.org
Category FRP
Source repo head: git clone https://github.com/turion/rhine.git
this: git clone https://github.com/turion/rhine.git(tag v0.8.1)
Uploaded by turion at 2022-12-19T13:58:12Z
Distributions
Executables rhine-terminal-simple
Downloads 183 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-12-19 [all 1 reports]

Readme for rhine-terminal-0.8.1

[back to package description]

README

This package provides an interface for the haskell-terminal library, enabling you to write terminal applications as signal functions.

It consists of a TerminalEventClock which provides terminal events, a flowTerminal allowing you to run Rhines which can receive terminal events and display to a terminal, as well as a terminalConcurrently schedule to coordinate multiple Rhines.

It also probides a simple example program, which you can run as cabal run rhine-terminal-simple or nix build .#rhine-terminal && result/bin/rhine-terminal-simple.