Glulx: Difference between revisions
(→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> | <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> | <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> | <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. | <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.
Interpreter | Spatterlight | Zoom1 | Zag | Windows Glulxe | Git | Gargoyle2 | Filfre | FyreVM |
---|---|---|---|---|---|---|---|---|
Platforms | Mac OS X | Mac OS X, Unix | Java | Windows | Windows, Unix | Windows, Unix | Windows | .NET/Silverlight |
Author | Tor Andersson | Andrew Hunter | Jon Zeppieri | David Kinder | Iain Merrick | Tor Andersson | Jimmy Maher | Textfyre |
Version | 0.5.0 | 1.1.4.1 | 12.0.0 / 1.06 | 0.4.4.136 | 1.2.4 | 2006-09-17 | 0.981 | n/a |
Latest Release | 6/08 | 6/09 | 3/05 | 03/09 | 4/09 | 12/06 | 07/08 | 3/09 |
Glulxe version | 0.4.3 | 0.4.2? | ?? | 0.4.3 | ?? | 0.3.5 | ?? | n/a |
Glulx VM version | 3.1.0 | 3.1.0 | 2.0.0 | 3.1.0 | 3.1.1 | ?? | 3.1 | 3.1 |
Glk | ?? | CocoaGlk 1.0.7 | Zing | Windows Glk 1.36 | Windows Glk 1.30 | GarGlk | ?? | none |
Glk Standard | 0.7.0 | 0.7.0 | nonstandard | 0.7.0 | 0.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
- Glk, a I/O library specification implemented by many interpreters
- Glulx games