Glulx: Difference between revisions

From IFWiki

(→‎Status of Interpreters: updates to interpreter compatibility table)
(→‎Status of Interpreters: more table updates)
Line 15: Line 15:


<table border=1>
<table border=1>
<tr><th>Interpreter</th><th>[[Spatterlight]]</th><th>[[Zoom]]</th><th>[[Zag]]</th><th>[[Windows Glulxe]]</th><th>[[Git]]</th><th>[[Gargoyle]]<sup>1</sup></th><th>[[Filfre]]</th><th>[[FyreVM]]</th></tr>
<tr><th>Interpreter</th><th>[[Spatterlight]]</th><th>[[Zoom]]<sup>1</sup></th><th>[[Zag]]</th><th>[[Windows Glulxe]]</th><th>[[Git]]</th><th>[[Gargoyle]]<sup>2</sup></th><th>[[Filfre]]</th><th>[[FyreVM]]</th></tr>
<tr><th>Platforms</th><td>Mac OS X</td><td>Mac OS X, Unix</td><td>Java</td><td>Windows</td><td>Windows, Unix</td><td>Windows, Unix</td><td>Windows</td><td>.NET/Silverlight</td></tr>
<tr><th>Platforms</th><td>Mac OS X</td><td>Mac OS X, Unix</td><td>Java</td><td>Windows</td><td>Windows, Unix</td><td>Windows, Unix</td><td>Windows</td><td>.NET/Silverlight</td></tr>
<tr><th>Author</th><td>[[Tor Andersson]]</td><td>[[Andrew Hunter]]</td><td>[[Jon Zeppieri]]</td><td>[[David Kinder]]</td><td>[[Iain Merrick]]</td><td>[[Tor Andersson]]</td><td>[[Jimmy Maher]]</td><td>[[Textfyre]]</tr>
<tr><th>Author</th><td>[[Tor Andersson]]</td><td>[[Andrew Hunter]]</td><td>[[Jon Zeppieri]]</td><td>[[David Kinder]]</td><td>[[Iain Merrick]]</td><td>[[Tor Andersson]]</td><td>[[Jimmy Maher]]</td><td>[[Textfyre]]</tr>
<tr><th>Version</th><td>0.5.0</td><td>1.1.4.1</td><td>12.0.0 / 1.06</td><td>n/a</td><td>1.2.4</td><td>2006-09-17</td><td>0.981</td><td>n/a</td></tr>
<tr><th>Version</th><td>0.5.0</td><td>1.1.4.1</td><td>12.0.0 / 1.06</td><td>0.4.4.136</td><td>1.2.4</td><td>2006-09-17</td><td>0.981</td><td>n/a</td></tr>
<tr><th>Latest Release</th><td>6/08</td><td>6/09</td><td>3/05</td><td>12/07</td><td>4/09</td><td>12/06</td><td>07/08</td><td>3/09</td></tr>
<tr><th>Latest Release</th><td>6/08</td><td>6/09</td><td>3/05</td><td>03/09</td><td>4/09</td><td>12/06</td><td>07/08</td><td>3/09</td></tr>
<tr><th>Glulxe version</th><td>0.4.3</td><td>0.4.2?</td><td>??</td><td>0.4.3</td><td>??</td><td>0.3.5</td><td>??</td><td>n/a</td></tr>
<tr><th>Glulxe version</th><td>0.4.3</td><td>0.4.2?</td><td>??</td><td>0.4.3</td><td>??</td><td>0.3.5</td><td>??</td><td>n/a</td></tr>
<tr><th>[[Glulx]] VM version</th><td>3.1.0</td><td>3.1.0</td><td>2.0.0</td><td>3.1.0</td><td>3.1.1</td><td>??</td><td>3.1</td><td>3.1</td></tr>
<tr><th>[[Glulx]] VM version</th><td>3.1.0</td><td>3.1.0</td><td>2.0.0</td><td>3.1.0</td><td>3.1.1</td><td>??</td><td>3.1</td><td>3.1</td></tr>
<tr><th>[[Glk]]</th><td>??</td><td>CocoaGlk 1.0.7</td><td>Zing</td><td>Windows Glk 1.32</td><td>Windows Glk 1.30</td><td>GarGlk</td><td>??</td><td>none</td></tr>
<tr><th>[[Glk]]</th><td>??</td><td>CocoaGlk 1.0.7</td><td>Zing</td><td>Windows Glk 1.36</td><td>Windows Glk 1.30</td><td>GarGlk</td><td>??</td><td>none</td></tr>
<tr><th>Glk Standard</th><td>0.7.0</td><td>0.7.0</td><td>nonstandard</td><td>0.7.0</td><td>0.7.0 ??</td><td>nonstandard</td><td>??</td><td>n/a</td></tr>
<tr><th>Glk Standard</th><td>0.7.0</td><td>0.7.0</td><td>nonstandard</td><td>0.7.0</td><td>0.7.0 ??</td><td>nonstandard</td><td>??</td><td>n/a</td></tr>
</table>
</table>


<sup>1</sup> Gargoyle can use either Git or Windows Glulxe to play games, and more recent patches have been made; this data refers to the standard configuration on the official Gargoyle website.
<sup>1</sup> Zoom users can choose either standard Glulxe or the faster Git to interpret Glulx games.
 
<sup>2</sup> Gargoyle can use either Git or Windows Glulxe to play games, and more recent patches have been made; this data refers to the standard configuration on the official Gargoyle website.


==Compilers targeting Glulx==
==Compilers targeting Glulx==

Revision as of 17:07, 9 July 2009

A virtual machine designed by Andrew Plotkin which uses the Glk Application Programming Interface (API). The Inform language can be compiled for this virtual machine. Glulx imposes far less restrictive limitations on game size than the Z-machine and offers the I/O features of Glk, allowing Inform programmers to write larger games with more complicated user interfaces, without having to learn a new programming language.

Version History

  • 3.1.0: Added support for block operations and heap memory allocation. Games using Inform 7's "indexed text" or "list" functionality require an interpreter that supports 3.1.0.
  • 3.0.0: Added Unicode support.
  • 2.0.0: Added modular I/O system system. The default I/O system is no longer Glk, which makes this an incompatible change.
  • 1.0.0: Previous versions were all called "1.0.0"

How to play Glulx games

Glulx games can be played with a variety of interpreters. See the FAQ entry for links to the latest version of recommended interpreters for your platform.

Status of Interpreters

This table is up to date as of July 2009, at which time the most recent Glulxe was 0.4.4, the most recent Glulx VM was 3.1.1, and the most recent Glk was 0.7.0. It includes interpreters for major platforms only.

InterpreterSpatterlightZoom1ZagWindows GlulxeGitGargoyle2FilfreFyreVM
PlatformsMac OS XMac OS X, UnixJavaWindowsWindows, UnixWindows, UnixWindows.NET/Silverlight
AuthorTor AnderssonAndrew HunterJon ZeppieriDavid KinderIain MerrickTor AnderssonJimmy MaherTextfyre
Version0.5.01.1.4.112.0.0 / 1.060.4.4.1361.2.42006-09-170.981n/a
Latest Release6/086/093/0503/094/0912/0607/083/09
Glulxe version0.4.30.4.2???0.4.3??0.3.5??n/a
Glulx VM version3.1.03.1.02.0.03.1.03.1.1??3.13.1
Glk??CocoaGlk 1.0.7ZingWindows Glk 1.36Windows Glk 1.30GarGlk??none
Glk Standard0.7.00.7.0nonstandard0.7.00.7.0 ??nonstandard??n/a

1 Zoom users can choose either standard Glulxe or the faster Git to interpret Glulx games.

2 Gargoyle can use either Git or Windows Glulxe to play games, and more recent patches have been made; this data refers to the standard configuration on the official Gargoyle website.

Compilers targeting Glulx

See also

  • Glulxe, a Glulx interpreter
  • Git, another Glulx interpreter

Links