package nottui

  1. Overview
  2. Docs
UI toolkit for the terminal built on top of Notty and Lwd

Install

Dune Dependency

Authors

Maintainers

Sources

nottui-lwt-0.2.tbz
sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221
sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e

CHANGES.html

CHANGES

v0.2 - Alpha 0.2
======
Sun Feb 20 20:49:47 JST 2022

- Lwd.fix operator helps working with graphs that cannot be evaluated in a
  single pass
- brr-lwd library integrates Lwd with Brr library, for writing javascript
  applications

Bug fixes:
- fixed invalidation in Lwd
- restored some internal invariants in Lwd_seq
- fixed behavior of Notty sensors

v0.1 - Alpha 0.1
======
Wed Sep 23 14:51:17 CEST 2020

Preview release, the API is not yet stabilized.
Most features are there, except support for overlays (menu, dialog windows,
popup, ...) in Nottui.

Libraries included in this release:
- Lwd, the definition of reactive documents
- Nottui, reactive terminal interfaces using Notty & Lwd
- Nottui-lwt, an asynchronous mainloop for Nottui
- Tyxml-lwd, strongly-typed reactive webpages in Jsoo using Tyxml & Lwd