package nottui-miou

  1. Overview
  2. Docs
Run Nottui UIs in Miou

Install

dune-project
 Dependency

Authors

Maintainers

Sources

notty-miou-0.0.2.tbz
sha256=9a3463ea08b15da19bb5b65887baa17a093c33d0948b41fb3f47da1ff02e7d30
sha512=222cc5ed72d2a82fbc3b033c18dd170e4332d5600ed17a324eaf3ab4380eb8bd1b8167fe2602927b4625c68ffec55c923344ee9e864d2ef5018b67a5796e02a4

doc/README.html

NottyMiou

A simple library which implements the scheduler-logic needed by notty to play with your terminal. A "game-of-life" example exists and you can execute it with (you can stop the application with Esc or Ctrl^C):

$ git clone https://github.com/robur-coop/notty-miou
$ cd notty-miou
$ opam pin add -y .
$ dune exec bin/life.exe