package nottui-miou

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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