blob: 9fb85941683778d4b3f501f97c91d244b6caeeb8 (
plain)
1
2
3
4
5
6
7
8
9
|
remglk (remote-procedure-call implementation of the Glk IF API)
remglk is an implementation of the Glk Interactive Fiction library which
supports structured input and output.
RemGlk does not provide a user interface. Instead, it wraps up the
application's output as a JSON data structure and sends it to stdout. It
then waits for input to arrive from stdin; the input data must also be
encoded as JSON.
|