Index of /if-archive/interpreters-other/glk
Name Last modified Size
Parent Directory 27-May-2006 13:30 -
Index 14-Aug-2006 15:49 1k
floo/ 18-Oct-2002 16:42 -
gi_blorb.c 26-Mar-2000 20:59 16k
gi_blorb.h 26-Mar-2000 20:59 3k
gi_dispa.c 13-Aug-2006 20:56 43k
gi_dispa.h 13-Aug-2006 20:56 3k
glk-spec-070.txt 13-Aug-2006 20:52 207k
glk.h 13-Aug-2006 20:56 12k
implementations/ 13-Jul-2008 17:01 -
model.c 11-Feb-1999 00:00 16k
multiwin.c 11-Feb-1999 00:00 24k
This directory contains files relating to Andrew Plotkin's Glk API,
which provides a portable interface for text adventure systems.
--------------------------------------------------------------------------------
Index this file
gi_blorb.c C source code for the Glk Blorb layer, version 1.4,
which should be included unchanged in any Glk
implementation which supports resources in the Blorb
format. See glk-spec-070.txt for more information.
gi_blorb.h C header file for the Glk Blorb layer, version 1.4.
gi_dispa.c C source code for the Glk dispatch layer, which
should be included unchanged in any Glk
implementation. See glk-spec-070.txt for more
information.
gi_dispa.h C header file for the Glk dispatch layer.
glk-spec-070.txt API specification for Glk version 0.7.0,
written by Andrew Plotkin.
glk.h Glk version 0.7.0 API header file
model.c Sample Glk source code,
demonstrating input, output, and a status window
multiwin.c Sample Glk source code,
demonstrating multiple windows and timed input