Software:Glk

From HandWiki
Short description: Portable application programming interface

Glk is a portable application programming interface (API) created by Andrew Plotkin for use by programs with a text interface; these programs mostly include interactive fiction (IF) interpreters for Z-machine, TADS, Glulx, and Hugo games, and IF games written in more obscure file formats such as those used by Level 9 Computing and Magnetic Scrolls.

The Glk API specification describes facilities for input, output, text formatting, graphics, sound, and file I/O.

Glk does not describe a virtual machine. Glulx is a virtual machine designed to be implemented using the Glk functions,[1] and Glulxe is an interpreter for Glulx. Interpreters for other virtual machines may use Glk while being unrelated to Glulx: for example, Nitfol is an interpreter for the Z-Machine that uses Glk.[2]

The Glk API has many implementations, including GlkTerm, ScummVM's Glk, WindowsGlk, XGlk.[3] Implementations are available on the following platforms:

The existence of the Glk API has made possible the creation of "universal translator" IF interpreters, programs such as Gargoyle and Spatterlight which can run all popular IF formats and almost all of the more obscure ones. Such programs are very useful for newcomers to the medium who are unsure of which interpreter to choose, and to experienced players who may possess games in a variety of formats.

References

  1. http://www.eblong.com/zarf/glk/glk-spec-070_0.html#s.2 : 0.2: What About the Virtual Machine? (retrieved 2009-08-23)
  2. http://ifwiki.org/index.php/Nitfol: "Uses the Glk API for I/O.", "Supports versions 1 through 8 of Z-machine" (retrieved 2009-08-23)
  3. http://www.eblong.com/zarf/glk/: section "Liberation" (retrieved 2009-08-23)
  4. http://www.russotto.net/jglulx.html: Java Glulx and Java Glk (retrieved 2009-08-23)
  5. http://eblong.com/zarf/glk/glkote.html: GlkOte: a JavaScript library for IF interfaces (retrieved 2012-05-03)

External links