Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curiousdannii/glkote-term
Javascript terminal implementation of GlkOte
https://github.com/curiousdannii/glkote-term
glk interactive-fiction
Last synced: 2 months ago
JSON representation
Javascript terminal implementation of GlkOte
- Host: GitHub
- URL: https://github.com/curiousdannii/glkote-term
- Owner: curiousdannii
- License: mit
- Created: 2016-12-14T06:52:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T14:26:11.000Z (over 1 year ago)
- Last Synced: 2024-10-04T22:03:44.146Z (3 months ago)
- Topics: glk, interactive-fiction
- Language: JavaScript
- Size: 197 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).