Gargoyle: Difference between revisions

From IFWiki

(a few words about the main goal as I understand it)
(correcting my unjust error)
Line 3: Line 3:
[[Gargoyle]] combines the abilities of the several interpreters and is able to play games targeted for the following platforms: [[ADRIFT]], [[AdvSys]], [[AGT]], [[Alan]], [[Glulx]], [[Hugo]], [[Level 9]], [[Magnetic]], [[TADS 2]], [[TADS 3]], and [[Z-code]] (except version 6). HTML TADS is not supported yet.  
[[Gargoyle]] combines the abilities of the several interpreters and is able to play games targeted for the following platforms: [[ADRIFT]], [[AdvSys]], [[AGT]], [[Alan]], [[Glulx]], [[Hugo]], [[Level 9]], [[Magnetic]], [[TADS 2]], [[TADS 3]], and [[Z-code]] (except version 6). HTML TADS is not supported yet.  


[[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 and many others. However, among those not currently implemented is text justification.
[[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: [[Cugel]], a similar program for MacOS X.''
''See also: [[Cugel]], a similar program for MacOS X.''

Revision as of 19:10, 6 November 2005

Gargoyle is a unifed IF interpreter and Glk implementation for both the MS-Windows and Unix operating systems. The author and maintainer is Tor Andersson.

Gargoyle combines the abilities of the several interpreters and is able to play games targeted for the following platforms: ADRIFT, AdvSys, AGT, Alan, Glulx, Hugo, Level 9, Magnetic, TADS 2, TADS 3, and Z-code (except version 6). HTML TADS is not supported yet.

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: Cugel, a similar program for MacOS X.

Links

Gargoyle - Gargoyle's homepage.