Index: if-archive/programming/glk

This directory contains files relating to Andrew Plotkin's Glk API, which provides a portable interface for text adventure systems.


4 Subdirectories

floo
implementations
italian
old

8 Files

gi_blorb.c [14-Feb-2017]

C source code for the Glk Blorb layer, version 1.6.0, which should be included unchanged in any Glk implementation which supports resources in the Blorb format. See glk-spec.txt for more information.

gi_blorb.h [14-Feb-2017]

C header file for the Glk Blorb layer, version 1.6.0.

gi_dispa.c [14-Feb-2017]

C source code for the Glk dispatch layer, which should be included unchanged in any Glk 0.7.5 implementation. See glk-spec.txt for more information.

gi_dispa.h [14-Feb-2017]

C header file for the Glk 0.7.5 dispatch layer.

glk-spec.txt [14-Feb-2017]

API specification for Glk version 0.7.5, written by Andrew Plotkin.

glk.h [14-Feb-2017]

Glk version 0.7.5 API header file.

model.c [11-Feb-1999]

Sample Glk source code, demonstrating input, output, and a status window

multiwin.c [11-Feb-1999]

Sample Glk source code, demonstrating multiple windows and timed input