Gargoyle

From IFWiki

Revision as of 12:18, 26 June 2007 by PDD (talk | contribs) (is not an interpreter; clarified, rearranged)

Gargoyle is a Glk API library for both the UNIX and MS-Windows operating systems. It was specially designed to optimize the typography of the I/O system. The author and maintainer is Tor Andersson.

The name Gargoyle is also used to refer to the set of interpreters (with a common front-end) which Andersson ported to use his Gargoyle library. The interpreters currently included in this set are:

Specifics

Gargoyle is intended to care about typography, that is to render the IF in a way most comfortable for reading. Features include specially chosen fonts, kerning, ligatures, text justification and many others. The options can be finetuned in the simple text file 'garglk.ini', for example using the Notepad. For example the text justification can be turned on by changing the line containing

justify		0	# 0=ragged-right 1=justified

to

justify		1	# 0=ragged-right 1=justified


See also: Spatterlight, a similar program for MacOS X.

Links

Gargoyle - Gargoyle's homepage.