glkote-term
Version:
Javascript terminal implementation of GlkOte
6 lines (4 loc) • 559 B
Markdown
GlkOte-term
========
This is terminal implementation of the [GlkOte](https://github.com/erkyrath/glkote) library. At the moment only a stdio (DumbGlkOte) implementation is available: it allows only one window to be created, and is broadly compatible with the C [Cheapglk](https://github.com/erkyrath/cheapglk) library. In the future a multi-window implementation will be developed. GlkOte-term includes glkapi.js and a version of the Dialog library.
For sample code, see [tests/zvm.js](https://github.com/curiousdannii/glkote-term/blob/master/tests/zvm.js).